lamin_save: 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
Run this codeif (FALSE) {
my_file <- tempfile()
lamin_save(my_file)
}
Run the code above in your browser using DataLab