Convert older scheme versions of files to newer newer versions
Source:R/upgrade_old_files.R
upgrade_old_files.RdOnly the newest versions of xlsx and xml files can be processed
by this package. To gurantee, this function provides a mechanism to convert
older versions of xlsx and xml files to newer versions.
Usage
upgrade_old_files(file, to = scheme_active()$version)Arguments
- file
file name of
xlsxor ofxmlfile containing scheme metadata or structure- to
version to upgrade to. Any version supported is possible, downgrade is not supported.