list_result_files: List all available result files

Description Usage Arguments Value See Also

View source: R/list-result-files.R

Description

This function discovers all ethoscope result files and put them in a data.table::data.table. This is useful to figure out when and which experiments were performed.

Usage

1
list_result_files(result_dir, index_file = NULL)

Arguments

result_dir

the root directory where all data are saved, or the path to a remote directory.

index_file

the name of an index_file, in result_dir (needed for loading remote data).

Value

a data.table::data.table. Each row is a single experimental file, and columns describe details such as its path, start date and time, and the name and id of the ethoscope used.

See Also


rethomics/scopr documentation built on Feb. 7, 2022, 1:57 a.m.