| df_get_by_key | R Documentation |
df_get_by_key returns the value of specified property (column) in a specified row
of a data frame. The row is specified by a key column and a value from that column.
df_get_by_key(df, key, keyval, prop)
df |
a data frame |
key |
name of the column used as key |
keyval |
value of the key for the specified row |
prop |
column name of the property value to get |
The requested value
df_get_by_key(wbs_table, "id", "1.1", "work")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.