| arrange | Arrange rows of a data frame |
| c | Create a vector |
| count | Count observations by group |
| filter | Filter rows of a data frame |
| geom_area | Draw an area plot |
| geom_density | Draw a density plot |
| geom_line | Draw a line plot |
| geom_point | Add scatterplot points to a ggplot |
| ggplot | Initiate a new ggplot |
| grapes-greater-than-grapes | Pipe |
| group_by | Group rows of a data frame |
| if_else | Transform a vector using a condition |
| install.packages | Install a package |
| labs | Modify ggplot labels |
| left_join | Join two data frames, keeping all the rows in the left table |
| library | load a package |
| list | Create a list |
| lm | Fit a linear model |
| log | Log |
| max | Maxima |
| mean | Arithmetic mean |
| min | Minima |
| mutate | Mutate a data frame by adding variables |
| ncol | Number of columns in a data frame |
| nrow | Number of rows in a data frame |
| qplot | Draw a quick plot |
| quantile | Quantiles |
| reduce | Reduce a vector to a single value by iteratively applying a... |
| rep | Repeat values |
| sample | Random samples |
| sd | Standard deviation |
| select | Select columns of a data frame |
| seq | Sequence |
| str_detect | Detect a pattern in a character vector |
| sum | Sum |
| summarize | Summarize data in a data frame |
| tibble | Construct a data frame |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.