R/fns-auto.R
data_remove.Rd
Removes a resource from the KiProject. This does not delete the file locally or remotely, it is only removed from the KiProject manifest.
data_remove(ki_project, resource_or_identifier)
ki_project | a Ki Project obtained from |
---|---|
resource_or_identifier | KiProjectResource object or a valid identifier (local path, remote URI, name). |
KiProjectResource
This can be used in either of the following ways:
ki_project$data_remove(...) data_remove(ki_project, ...)