| df_get_row_by_key | R Documentation |
Get row by key from data frame
df_get_row_by_key(df, key, keyval)
df |
a data frame |
key |
name of the column used as key |
keyval |
value of the key for the specified row |
A named list of values from the requested row
df_get_row_by_key(wbs_table, "id", "1.1")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.