Save a file or folder to a LaminDB instance by calling lamin save
on the
command line
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)
} # }