dic_value_extract_one_var_safely: the safe version of extract values from one variable...

Description Usage

Description

the safe version of extract values from one variable require(haven) # mtcars.sas7bdat was generated from R mtcars dataset # get file path df <- system.file("extdata", "mtcars.sas7bdat", package = "createdictionary") # read in data d <- read_sas(df) # one variable dic_value_extract_one_var_safetly(d$mpg, "mpg") dic_value_extract_one_var_safetly(d$mpg, "mpg")$result

Usage

1

LEPSNES/createdictionary documentation built on Dec. 13, 2021, 1:51 a.m.