get_project_modules: Getting the project module IDs and their titles

get_project_modulesR Documentation

Getting the project module IDs and their titles

Description

Takes the log data from a single participation and returns a table with the IDs and names of all modules in the project

Usage

get_project_modules(json_data)

Arguments

json_data

Nested list including the log data for a single participation

Value

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

Examples

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

## End(Not run)


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