Description Usage Arguments Value
View source: R/import_analytics_haridwar.R
Helper function: fill empty datetime & create measurementID column in case of samples
1 2 | fill_datetime(df, col_rawData_pattern = "raw",
col_datetime = "DateTime", dbg = FALSE)
|
df |
a dataframe |
col_rawData_pattern |
column name pattern for identifying raw data (default: "raw") |
col_datetime |
column name pattern for identifying datetime column (default: "DateTime"), |
dbg |
print debug messages (default: FALSE) |
returns data frame with filled "DateTime" column and new column "measurementID" in case of samples
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.