user_df_from_libreview_csv: Return user list from Tastermonial Libreview download

Description Usage Arguments See Also

View source: R/users.R

Description

A Libreview "practice" stores all its user information in a single CSV file, which this function will convert into a canonical dataframe.

Usage

1
2
3
4
user_df_from_libreview_csv(
  file = file.path(config::get("tastermonial")$datadir,
    "Tastermonial_allPatients_dashboard.csv")
)

Arguments

file

the main file downloaded from a Libreview practice ID

See Also

user_df_from_libreview() which will include exceptions.


personalscience/tasterdb documentation built on Dec. 22, 2021, 7:44 a.m.