Export an existing fdir to an Rda-File
fdir_export(path)
The function enables exporting an existing "File Directory"
(fdir
) to an ".Rda" File after running fdir_init
.
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.