process_info | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.