Uploads a specific resource or all local non-pushed resources.
data_push(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 pushed resource or a list of absolute paths for all pushed resources.
This can be used in either of the following ways:
ki_project$data_push(...) data_push(ki_project, ...)