get_sample_companies | R Documentation |
Takes the log data from a single participation and returns a table with the sample company information
get_sample_companies(json_data)
json_data |
Nested list including the log data for a single participation |
A dataframe including information on the sample companies: their respective (hash) id
, title
, and description
## Not run:
json_file = "participation_logdata.json"
json_data <- rjson::fromJSON(json_file)
project_modules <- get_sample_companies(json_data)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.