View source: R/Read_Counts_Utils.R
AG_meta | R Documentation |
Extract meta-data from file header
AG_meta( file, verbose = FALSE, header_timestamp_format = "%m/%d/%Y %H:%M:%S" ) value_check(values) meta_format(x)
file |
A character scalar giving path to an automatically-generated csv file with count values |
verbose |
A logical scalar: Print processing updates? |
header_timestamp_format |
character. Space delimited format of the date
and time in the file header (default is |
values |
list of meta values to check for completeness |
x |
string to format (one line of input from the data file) |
A list with metadata information
counts_file <- system.file( "extdata", "example1sec.csv", package = "AGread" ) AGread::AG_meta(counts_file)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.