get_type: Get the type of variables.

Description Usage Arguments Value Examples

View source: R/hmi_smallfunctions_2018-05-09.R View source: R/hmi_smallfunctions_2018-04-30.R View source: R/hmi_smallfunctions_2018-02-28.R View source: R/hmi_smallfunctions_2018-01-31.R View source: R/hmi_smallfunctions_2018-01-26.R View source: R/hmi_smallfunctions_2018-01-21.R View source: R/hmi_smallfunctions_2017-12-28.R View source: R/hmi_smallfunctions_2017-12-20.R View source: R/hmi_smallfunctions_2017-11-14.R View source: R/hmi_smallfunctions_2017-09-14.R View source: R/hmi_smallfunctions_2017-09-01.R View source: R/hmi_smallfunctions_2017-02-21.R View source: R/hmi_smallfunctions_2017-02-05.R View source: R/hmi_smallfunctions_2017-01-13.R View source: R/hmi_smallfunctions_2017-01-05.R View source: R/hmi_smallfunctions_2016-12-22_01.R View source: R/hmi_smallfunctions_2016-12-14_04.R View source: R/hmi_smallfunctions_2016-12-14_03.R View source: R/hmi_smallfunctions_2016-12-09_01.R View source: R/hmi_smallfunctions_2016-12-08_01.R View source: R/hmi_smallfunctions_2016-08-02.R View source: R/hmi_smallfunctions_2016-07-21.R View source: R/hmi_smallfunctions_2016-07-14.R View source: R/hmi_smallfunctions.R

Description

Function checks wether a variable is: ...

Usage

1
get_type(variable)

Arguments

variable

A variable (vector) from your data set.

Value

A character denoting the type of variable.

Examples

1
get_type(iris$Sepal.Length); get_type(iris$Species)

matthiasspeidel/hmi documentation built on Aug. 18, 2020, 4:37 p.m.