Description Usage Arguments Value Examples
View source: R/utils_data_handling.R
Given a data.frame that follows the structure shown in
range_example_data_long
, the function outputs the same
data in a long format as (as shown in
range_example_data_wide
). This can be useful e.g. for
plotting.
1 |
data |
a data.frame following the specifications from
|
a data.frame in wide format
1 2 | long <- scoringutils2::range_example_data_long
wide <- scoringutils2::range_long_to_wide(long)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.