firstvariables_df_datatype: firstvariables_df_datatype

Description Usage Arguments Details Value Author(s)

Description

Check if the first variables have an specific data type and return the names of that variables

Usage

1
2
3
4
firstvariables_df_datatype(
  df,
  data_type = c("character", "numeric", "integer", "date", "numeric", "factor")
)

Arguments

df

dataset to check.

data_type

string datatype that we are interested.

Details

This function allows you to check if the first or the first two or the first three variables have the same data type and return the names of that variables.

Value

This function allows us to return:"

Author(s)

Eduardo Trujillo


1Edtrujillo1/udeploy documentation built on July 13, 2021, 9:12 p.m.