get_project_modules | R Documentation |
Takes the log data from a single participation and returns a table with the IDs and names of all modules in the project
get_project_modules(json_data)
json_data |
Nested list including the log data for a single participation |
A dataframe including information on the project modules: module code, module title, hash ID of the module, and hash ID of the sample company used in the modules
## Not run:
json_file = "participation_logdata.json"
json_data <- rjson::fromJSON(json_file)
project_modules <- get_project_modules(json_data)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.