
Export project configuration Excel files to JSON
Source:R/utilities-config-json.R
snapshotProjectConfiguration.Rd
Exports all Excel configuration files in the Configurations folder of an esqlabsR project to a single JSON file. This allows for easier version control and programmatic manipulation.
Usage
snapshotProjectConfiguration(
projectConfig = "ProjectConfiguration.xlsx",
outputDir = NULL,
...
)
See also
Other project configuration snapshots:
projectConfigurationStatus()
,
restoreProjectConfiguration()