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
)
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 |
filename |
Path to HAR file |
A list of headers
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.