Description Usage Arguments Details Value Examples
View source: R/read_daily_pollution.R
read_daily_pollution
can read both .CSV and .xlsx formats. Date columns for
dob
and date
are automatically parsed. If participant ID, DOB, and measurement
date columns are not automatically recognized, the user will be prompted to select
the corresponding variables in the input data frame.
1 | read_daily_pollution(path, n_lines = NULL)
|
path |
character; folder path of input data frame |
n_lines |
numeric; number of lines of input data frame to read. This is useful to preview the data. |
columns are not present
a data frame with properly named and formatted date variables.
1 2 3 4 | ## Not run:
read_daily_pollution(path, n_lines = NULL)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.