process_info {aelab} | R Documentation |
Import and process the necessary information, including the sunrise and sunset times of the day, the date and time range of the deployment, and the code for the data logger.
process_info(file_path)
file_path |
Directory of file. |
A dataframe.
info_data_path <- system.file("extdata", "info.xlsx", package = "aelab")
df <- process_info(info_data_path)