get_sample_companies: Getting the sample companies, their titles, and description

get_sample_companiesR Documentation

Getting the sample companies, their titles, and description

Description

Takes the log data from a single participation and returns a table with the sample company information

Usage

get_sample_companies(json_data)

Arguments

json_data

Nested list including the log data for a single participation

Value

A dataframe including information on the sample companies: their respective (hash) id, title, and description

Examples

## Not run: 
json_file = "participation_logdata.json"
json_data <- rjson::fromJSON(json_file)
project_modules <- get_sample_companies(json_data)

## End(Not run)


LucaOffice/lucar documentation built on Dec. 5, 2023, 5:14 a.m.