Commit fa71f1a0 authored by Grelot Frederic's avatar Grelot Frederic :swimmer_tone5:
Browse files

create destination if necessary

parent 9089fc24
No related merge requests found
Showing with 8 additions and 0 deletions
+8 -0
# floodam.data 0.9.39.0
## Enhancements
* `adapt_admin_express()`
* create `destination` if it does not exist
# floodam.data 0.9.38.0
## Enhancements
......
......@@ -115,6 +115,7 @@ adapt_admin_express = function(
old_s2 = suppressMessages(sf::sf_use_s2(FALSE))
on.exit(suppressMessages(sf::sf_use_s2(old_s2)))
analyse = analyse_archive(basename(archive))
dir.create(destination, showWarnings = FALSE, recursive = TRUE)
# Start journal
if (journal == TRUE) {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment