lamin_save {laminr} | R Documentation |
Save to a LaminDB instance
Description
Save a file or folder to a LaminDB instance by calling lamin save
on the
command line
Usage
lamin_save(filepath, key = NULL, description = NULL, registry = NULL)
Arguments
filepath |
Path to the file or folder to save |
key |
The key for the saved item |
description |
The description for the saved item |
registry |
The registry for the saved item |
Details
See lamin save --help
for details of what database entries are created for
different file types
Examples
## Not run:
my_file <- tempfile()
lamin_save(my_file)
## End(Not run)
[Package laminr version 1.1.1 Index]