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