Wire local-only data setup workflow
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env Rscript
|
||||
|
||||
script <- file.path("data-setup", "download_sources.py")
|
||||
status <- system2("python3", script)
|
||||
quit(status = status)
|
||||
Reference in New Issue
Block a user