util_attributes_to_cols {nhlapi} | R Documentation |
Take attributes with names specified by atrs
from object lst
and adds their value into columns with the same
name in df
.
util_attributes_to_cols(lst, df, atrs = c("url", "copyright"))
lst |
|
df |
|
atrs |
|
data.frame
, df
with added columns.