parse | R Documentation |
Sociometric data sheets are often manufacturer dependent and come in different
column configurations. The generic parse
function provides an interface to write
specific functions for each indiosyncractic data format and convert it into a tidy data.
New implementations should create the corresponding S3 class instance and implement the
specific parse function.
parse(raw_df, format = NULL, as_posixct = T, ts_col = 1, tz = NULL)
raw_df |
Data frame usually returned by file read operations. |
format |
String representation of timestamp format |
as_posixct |
Logical. Format timestamps as |
tz |
String. Specify timezone. Default |
Object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.