read_har | R Documentation |
Reads in a GEMPACK HAR file and returns its representation a list. Currently can only process integer headers, real full headers and character headers
read_har(
con,
useCoefficientsAsNames = FALSE,
toLowerCase = TRUE,
headersToRead = NULL
)
con |
Connection or path to HAR file |
useCoefficientsAsNames |
If a coefficient name is present in the header, use that instead of the four-letter header |
toLowerCase |
= TRUE Turn all strings to lower case |
headersToRead |
= NULL A vector of header names to read in |
A list of headers
fl <- system.file("extdata/example1.har", package="HARr")
read_har(fl)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.