| long | R Documentation | 
as.data.points returns a melted data frame in tibble format. The last two columns are always a named variable and value. variable is a character type and would be a column header in a tidy dataframe. The preceding columns are all categories that you can select from.
long(df, category_cols)
| df | The source dataset | 
| category.cols | The columns used to filter the dataset | 
Makes it easier to look at datasets by putting a statistical table into a common format
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.