View source: R/upgrade_old_files.R
upgrade_old_files | R Documentation |
Only 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.
upgrade_old_files(file, to = scheme_active()$version)
file |
file name of |
to |
version to upgrade to. Any version supported is possible, downgrade is not supported. |
if a conversion has been done, file name of upgraded spreadsheet
(BASENAME(x).to.EXTENSION(x)
where x
is the original file
name and to
is the new version), otherwise NULL
.
## Not run: upgrade("dmdScheme.xlsx") upgrade("dmdScheme.xml") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.