read_dataset | R Documentation |
Reads a dataset from a CSV file and optionally parses a timestamp column.
read_dataset(
dataset_path,
timestamp_col = "timestamp",
timestamp_formats = c("%d/%m/%Y %H:%M:%S", "%H:%M:%S %d/%m/%Y")
)
dataset_path |
A string specifying the path to the CSV file. |
timestamp_col |
A string specifying the timestamp column name (default: '"timestamp"'). |
timestamp_formats |
A vector of date-time formats to try for parsing timestamps. |
A data frame containing the dataset.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.