
Export project configuration Excel files to JSON
Source:R/utilities-config-json.R
snapshotProjectConfiguration.RdExports 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,
...
)Arguments
- projectConfig
A ProjectConfiguration object or path to ProjectConfiguration excel file. Defaults to "ProjectConfiguration.xlsx".
- outputDir
Directory where the JSON file will be saved. If NULL (default), the JSON file will be created in the same directory as the source Excel file.
- ...
Additional arguments.
See also
Other project configuration snapshots:
projectConfigurationStatus(),
restoreProjectConfiguration()