Import an existing fdir
fdir_import(path)
name | Path to an .Rda File |
---|
The function enables importing an existing "File Directory"
(fdir
) from an ".Rda" File after running fdir_init
and fdir_export
. This avoids having to rescan all the files
with fdir_init
. Handle with care, changes in the source files
are not registered with this method. Use fdir_init
if unsure.