Learn R Programming

aelab (version 1.0.1)

process_info: 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)

Value

A dataframe.

Arguments

file_path

Directory of file.

Examples

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

Run the code above in your browser using DataLab