Download documentation files. This is not done by update_icews()
, i.e. it
has to be done manually if you want the documentation files.
download_docs(docs_dir = find_docs(), quiet = TRUE)
Directory containing the documentation files.
Don't print progress messages
Invisibly returns the "docs_dir" argument value.
download_docs
will always download the current set of documentation
files on dataverse. There is no update functionality, i.e. existing files
will always be silently overwritten.
# docs_path <- download_docs(quiet = FALSE)
# dir(docs_path)