Description Usage Arguments Value
Search the notes database for records indicating foodname
and
return just those rows that contain that food.
1 2 3 4 5 | glucose_for_food_df(
conn_args = config::get("dataconnection"),
user_id = 1235,
foodname = "blueberries"
)
|
conn_args |
database connection |
user_id |
user ID |
foodname |
a string indicating a specific food |
a valid glucose dataframe containing records matching food
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.