Downloads a specific resource or all resources in the KiProject.

data_pull(ki_project, resource_or_identifier = NULL)

Arguments

ki_project

a Ki Project obtained from ki_project

resource_or_identifier

KiProjectResource object or a valid identifier (local path, remote URI, name).

Value

The absolute path to the pulled resource or a list of absolute paths for all pulled resources.

Note

This can be used in either of the following ways:

ki_project$data_pull(...)
data_pull(ki_project, ...)