Description Usage Arguments Value Examples
extracts memory game features from mPower game JSON data file
1  | getMemoryGameFeatures(game_json_file)
 | 
game_json_file | 
 path to game records json file  | 
data frame of memory game features
1 2 3 4 5 6 7 8  | library(synapseClient)
synapseLogin()
memoryTable = synTableQuery("SELECT * FROM syn5713115")
memoryTable = memoryTable@values
sampleRow = rownames(memoryTable)[1]
sample_gameRecord_File <- synDownloadTableFile('syn5713115', sampleRow,
"MemoryGameResults.json.MemoryGameGameRecords")
getMemoryGameFeatures(sample_gameRecord_File)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.