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)

Arguments

docs_dir

Directory containing the documentation files.

quiet

Don't print progress messages

Value

Invisibly returns the "docs_dir" argument value.

Details

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.

Examples

# docs_path <- download_docs(quiet = FALSE)
# dir(docs_path)