Description Usage Arguments Details Value Note Author(s)
Normalize line endings for all package input data.
1 | normalize_files(root = system.file("extdata", package = "gcamdata"))
|
root |
Folder root to scan, character |
Some GCAM input datafiles have bad line endings, and/or
don't have a final newline. This utility script converts all files to have Unix line endings (\n
) and a final newline.
Nothing - run for side effects only.
Set root
to "./extdata" in the git directory, not the package root, to make changes that 'stick'.
BBL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.