Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a function called by _ type ( ) that takes an atomic vector as input and an optional argument sort with default value FALSE.

Write a function called by_type() that takes an atomic vector as input and an optional argument sortwith default value FALSE.
The function looks at each element in the atomic vector and sees if it can coerce them into integer or floatingpoint values. The function outputs a list that has separated the values into a list with integers, doubles, and
character values. If the optional argument sort is TRUE, then it will sort the results of each vector.If the input has no values of a certain type, it should show a zero-length vector of that type. For example, if there are no character values, the list should have character(0) in the $character part of the list. NA values can be assumed to be of character type and when sorted will show up at the end after all other characters.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Concepts

Authors: David Kroenke, David Auer, Scott Vandenberg, Robert Yoder

9th Edition

0135188148, 978-0135188149, 9781642087611

Students also viewed these Databases questions