View source: R/geomUpdateUtils.R
moveProcessedFiles | R Documentation |
Moves files from "toProcess" to "processed" folder when updating country geometries. Designed to only work with the "processFileName" naming convention. This is part of the geometry updating system and is designed for developers.
moveProcessedFiles(x, ...)
x |
File name to be moved |
... |
pass arguments to |
## Not run: dir.create(here::here("tools", "toProcess")) file.create(here::here("tools", "toProcess", "processTestFile.R")) localcovid19now:::moveProcessedFiles("processTestFile.R") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.