View source: R/create_Timedata.R
create_Timedata | R Documentation |
Create a Time-of-Day column in the dataset
create_Timedata(
dataset,
Datetime.colname = Datetime,
Time.data = Time.data,
output.dataset = TRUE
)
dataset |
A light logger dataset. Expects a |
Datetime.colname |
column name that contains the datetime. Defaults to
|
Time.data |
Name of the newly created column. Expects a |
output.dataset |
should the output be a |
a data.frame
object identical to dataset
but with the added
column of Time-of-Day data, or a vector
with the Time-of-Day-data
sample.data.environment %>% create_Timedata()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.