`get_resource_infos_from_ib_file` inspects a single CBA ItemBuilder project file
Usage
get_resource_infos_from_ib_file(
zip_path,
stimulus_json_filename = "stimulus.json"
)
Arguments
- zip_path
Reference to the CBA ItemBuilder project file (relative path of the ZIP archive including the file name)
- stimulus_json_filename
Internal file name in CBA ItemBuilder projects (should be "stimulus.json")
Value
data frame with resource information
Details
The returned object is a data.frame containing resource information defined in a CBA ItemBuilder project file
Examples
if (FALSE) { # \dontrun{
demo <- get_resource_infos_from_ib_file("ib/myproject.zip")
} # }