Convert Legacy Metadata Files to YAML
sbf_convert_meta.RdConverts legacy metadata files (saved with the .rda extension as RDS files)
to the human- and machine-readable .yaml files now used by the package.
Each .rda file in the main folder is read, written to a .yaml file of the
same name and then deleted.
Usage
sbf_convert_meta(main = sbf_get_main(), ask = getOption("sbf.ask", TRUE))See also
Other housekeeping functions:
sbf_archive_main(),
sbf_rm_flobs(),
sbf_rm_main(),
sbf_unarchive_main()