powered by
Clean the names of all the datasets in the database. By default, it converts names to lowercase letters, numbers, and underscores only.
edc_clean_names(database, clean_fun = NULL)
an edc_database object
an edc_database object, from read_trialmaster() or other EDCimport reading functions.
read_trialmaster()
a cleaning function to be applied to column names.
#db = read_trialmaster("filename.zip", pw="xx") db = edc_example() %>% edc_clean_names() names(db$enrol)
Run the code above in your browser using DataLab