hash_source: Map data type abbreviations to source names

View source: R/read.R

hash_sourceR Documentation

Map data type abbreviations to source names

Description

Sociometric DataLab exports several different data sheets with often cumbersome names. The following function converts abbreviated shortcuts to actual sheet names and suggests the S3 class which determines the corresponding parsing function.

Usage

hash_source(abbr = NULL)

Arguments

abbr

String of abbreviated data types.

Value

List with source (sheet) name and likely S3 class for parsing

Examples


#produce a list of all currently available abbreviations
hash_source()

#name of data sheet for Infrared data
hash_shource("IR")

#name of data sheet for front microphone volume
hash_shource("VOL_F")


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