parse: Parse sociometric data sheets

View source: R/parse.R

parseR Documentation

Parse sociometric data sheets

Description

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.

Usage

parse(raw_df, format = NULL, as_posixct = T, ts_col = 1, tz = NULL)

Arguments

raw_df

Data frame usually returned by file read operations.

format

String representation of timestamp format

as_posixct

Logical. Format timestamps as POSIXct

tz

String. Specify timezone. Default tz=NULL will use Syst.timezone()

Value

Object.


jmueller17/sociometrics documentation built on March 20, 2024, 1:04 a.m.