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