View source: R/dl_data_loading_functions.R
dl_data_col_classes | R Documentation |
Checking and setting data column classes to numeric
dl_data_col_classes(data, parent_logger = "test")
data |
Data frame with the sapflow or environmental data to check |
Loading from csv's with fread can be problematic if some characters are spreaded here and there in the data columns. This function checks for this problem and tries to fix it
A data frame exactly as the data provided with the variables changed to numeric if needed
Other Data Loading Functions:
dl_get_si_code_psi()
,
dl_metadata()
,
qc_as_timestamp()
,
remove_dupcols()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.