load_eyer_data.Rd
eyer allows saving of preprocessed data with the function eyer_save()
this function then allows to load directly those prepared files into its structure. This function
returns NULL if there is no name_eyer_info.json file found in the directory.
load_eyer_data(folder, name = "", ...)
folder | what directory should be searcher? Not recursive |
---|---|
name | name of the files to find in case there are multiple saved eyer objects in the folder |
EyerObject with filled in data or NULL if no files are found