Description Usage Arguments Value Examples
View source: R/walkingModule.R
extracts walking features from walking accelerometer JSON data file
1 | getWalkFeatures(walking_json_file)
|
walking_json_file |
path to walking accelerometer json file |
data frame of walking features
1 2 3 4 5 | library(synapseClient)
synapseLogin()
sample_walking_File <-'syn7077340'
walkingJsonFile <- synGet(sample_walking_File)@filePath
getWalkFeatures(walkingJsonFile)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.