Skip to contents

Import data from hobo or tidbit csv file

Usage

ss_read_hobo_data(path, file_name)

Arguments

path

File path to the hobo or tidbit file.

file_name

Name of the file to import, including file extension.

Value

Returns a data frame of hobo or tidbit data, with the same columns as in the original file.

Details

The data must be saved in csv format.

Author

Danielle Dempsey