read_AG_counts | R Documentation |
Read data table files containing count values
read_AG_counts( file, verbose = FALSE, 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? |
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
AG_counts <- read_AG_counts( system.file( "extdata", "example1sec.csv", package = "AGread" ), header = TRUE ) head(AG_counts)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.