process_info {aelab}R Documentation

process_info

Description

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.

Usage

process_info(file_path)

Arguments

file_path

Directory of file.

Value

A dataframe.

Examples

info_data_path <- system.file("extdata", "info.xlsx", package = "aelab")
df <- process_info(info_data_path)

[Package aelab version 0.4.0 Index]