notes_df_from_csv: Notes dataframe from a CSV

Description Usage Arguments Value

View source: R/read_data_utils.R

Description

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

Usage

1
2
3
4
notes_df_from_csv(
  file = system.file("extdata", package = "psiCGM", "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/psi-shiny-cgm documentation built on Dec. 22, 2021, 7:43 a.m.