reshape_data_internal | R Documentation |
Pixiedust reshapes data to have one row per cell in the table. This permits adjustments to be made to individual cells. These internal functions are provided to simplify the reshaping process. It is slower than using the tidyr functions 'gather' and 'spread' (or whatever their newer counterparts are), but keeps me off of other people's development schedules.
.make_dataframe_long(data)
data |
A |
No validations are performed in these functions, and it is assumed that the input data set has the components it needs.
Benjamin Nutter
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.