notes_df_from_csv: Notes dataframe from a CSV

notes_df_from_csvR Documentation

Notes dataframe from a CSV

Description

Return a canonical notes dataframe from a properly-constructed Notes CSV file.

Usage

notes_df_from_csv(
  file = system.file("extdata", package = "cgmr", "FirstName1Lastname1_notes.csv"),
  user_id = 1235
)

Arguments

file

path to a valid notes CSV file

user_id

user ID to associate with this dataframe

Value

dataframe for a valid notes CSV file


personalscience/cgmr documentation built on July 2, 2023, 12:47 a.m.