| df_get_row_by_id | R Documentation |
Get row by key from data frame
df_get_row_by_id(df, idval)
df |
a data frame |
idval |
id of the row to get |
A named list of values from the requested row
df_get_row_by_id(wbs_table, "1.1")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.