Downloads a specific resource or all resources in the KiProject.
data_pull(ki_project, resource_or_identifier = NULL)
ki_project | a Ki Project obtained from |
---|---|
resource_or_identifier | KiProjectResource object or a valid identifier (local path, remote URI, name). |
The absolute path to the pulled resource or a list of absolute paths for all pulled resources.
This can be used in either of the following ways:
ki_project$data_pull(...) data_pull(ki_project, ...)