Uploads a specific resource or all local non-pushed resources.

data_push(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 pushed resource or a list of absolute paths for all pushed resources.

Note

This can be used in either of the following ways:

ki_project$data_push(...)
data_push(ki_project, ...)