Skip to contents

This function reads in a CSV file which ideally contains melatonin concentration data and associated datetime (or time) stamps and returns a tibble.

Usage

.read_melatonin_data(file_path)

Arguments

file_path

A string specifying the path to the CSV file.

Value

A data frame with columns datetime (or time and melatonin).