convertCharColsToNum: convertCharColsToNum

Description Usage Arguments Value See Also

View source: R/convertCharColsToNum.R

Description

convertCharColsToNum

Usage

1
convertCharColsToNum(df, colsToConv, guess = F)

Arguments

df

df of wchich cols you want to convert

colsToConv

if guess is False, you have to pass list of cols by names like c("K_10", "K_15")

guess

logical if guess is True, then function will guess automatically which columns have only numbers and have to be converted to numeric

Value

returns tibble (kind of data.frame) where cols which are only numeric (but class character), are converted to numeric

See Also

as.tibble


kiwimic/JPKr documentation built on Aug. 26, 2019, 6:45 p.m.