R/ConceptSet.R
createConceptSetWorkbook.Rd
Save a set of concept sets expressions, included concepts, and mapped concepts into a workbook
createConceptSetWorkbook(
conceptSetIds,
fileName,
baseUrl,
included = FALSE,
mapped = FALSE
)
A vector of concept set IDs.
The name of the XLSX workbook file.
The base URL for the WebApi instance, for example: "http://server.org:80/WebAPI".
Should included concepts be included in the workbook?
Should mapped concepts be included in the workbook?
A xlsx workbook that includes a list of all concept set IDs and names and a worksheet for the concepts in each set. Options to include an included concepts and mapped concepts worksheet for each concept set are available.