read_AG_counts | R Documentation |
Read data table files containing count values
read_AG_counts(
file,
verbose = FALSE,
skip = 11,
header = FALSE,
header_timestamp_format = "%m/%d/%Y %H:%M:%S",
...
)
file |
A character scalar giving path to an automatically-generated csv file with count values |
verbose |
A logical scalar: Print processing updates? |
skip |
Header length: Number of rows to skip when reading the file |
header |
A logical scalar: Are variable names contained in first row of file? |
header_timestamp_format |
character. Space delimited format of the date
and time in the file header (default is |
... |
Further arguments passed to |
A data frame reflecting the data contained in the csv file
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.