hash_source | R Documentation |
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.
hash_source(abbr = NULL)
abbr |
String of abbreviated data types. |
List with source (sheet) name and likely S3 class for parsing
#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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.