Skip to contents

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

if (FALSE) { # \dontrun{
my_file <- tempfile()
lamin_save(my_file)
} # }