Description Usage Arguments Value
View source: R/read_data_utils.R
Return a canonical notes dataframe from a properly-constructed Notes CSV file.
1 2 3 4 | notes_df_from_csv(
file = system.file("extdata", package = "psiCGM", "FirstName1Lastname1_notes.csv"),
user_id = 1235
)
|
file |
path to a valid notes CSV file |
user_id |
user ID to associate with this dataframe |
dataframe for a valid notes CSV file
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.