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_wide
, the function outputs the same
data in a long format as (as shown in
range_example_data_long
). This can be useful e.g. for
plotting.
1 |
data |
a data.frame following the specifications from
|
a data.frame in long format
1 2 | wide <- scoringutils2::range_example_data_wide
long <- scoringutils2::range_wide_to_long(wide)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.