| job_survey | Example survey data regarding job satisfaction |
| nest_arrange | Arrange rows within a nested data frames by column values |
| nest_count | Count observations in a nested data frame by group |
| nest_distinct | Subset distinct/unique rows within a nested data frame |
| nest_drop_na | Drop rows containing missing values in a column of nested... |
| nest_extract | Extract a character column into multiple columns using regex... |
| nest_fill | Fill missing values in a column of nested data frames |
| nest_filter | Subset rows in nested data frames using column values. |
| nest-filter-joins | Nested filtering joins |
| nest_group_by | Group nested data frames by one or more variables |
| nest_mutate | Create, modify, and delete columns in nested data frames |
| nest-mutate-joins | Nested Mutating joins |
| nest_nest_join | Nested nest join |
| nest_relocate | Change column order within a nested data frame |
| nest_rename | Rename columns in nested data frames |
| nest_replace_na | Replace NAs with specified values in a column of nested data... |
| nest_select | Subset columns in nested data frames using their names and... |
| nest_separate | Separate a character column into multiple columns in a column... |
| nest_slice | Subset rows in nested data frames using their positions. |
| nest_summarise | Summarise each group in nested data frames to fewer rows |
| nest_unite | Unite multiple columns into one in a column of nested data... |
| personal_survey | Example survey data regarding personal life satisfaction |
| pipe | Pipe operator |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.