Description Usage Arguments Value
View source: R/logfile_helpers.R
spread_and_rename_numeric_fields
1 | spread_and_rename_numeric_fields(x, fieldnames)
|
x |
A dataframe containing two columns "field" and "value". The elements in "field" will be renamed according to the mapping in 'fieldnames' |
fieldnames |
A dataframe containing two columns: "expected" and "output". |
A dataframe. The columns ordering corresponds to the "field" column in 'x' (one column for each row in 'x' and the columns are named according to the reformatting defined by 'fieldnames').
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.