user_df_from_libreview: Users known to Libreview Practice Portal

Description Usage Arguments Value See Also

View source: R/users.R

Description

Libreview Practice Portal offers a complete list of the names of users who have submitted glucose reports. You should rarely, if ever, need to call this except when setting up or modifying the database.

Usage

1
2
3
user_df_from_libreview(
  file = file.path(config::get("tastermonial")$datadir, "Tastermonial_Extra_Users.csv")
)

Arguments

file

path to a CSV file containing data for users not included in the directory.

Value

A dataframe of all users and their ids, taken from the Libreview practice portal

See Also

user_df_from_librevew_csv() for the basic version, user_df_from_db() is the one you should almost always call instead of this.


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