Marc Kupietz | 69cc54a | 2019-09-30 12:06:54 +0200 | [diff] [blame] | 1 | % Generated by roxygen2: do not edit by hand |
| 2 | % Please edit documentation in R/reexports.R |
| 3 | \docType{import} |
| 4 | \name{reexports} |
| 5 | \alias{reexports} |
Marc Kupietz | 4de53ec | 2019-10-04 09:12:00 +0200 | [diff] [blame^] | 6 | \alias{bind_cols} |
Marc Kupietz | 69cc54a | 2019-09-30 12:06:54 +0200 | [diff] [blame] | 7 | \alias{mutate} |
| 8 | \alias{select} |
| 9 | \alias{group_by} |
| 10 | \alias{summarise} |
| 11 | \alias{complete} |
Marc Kupietz | 4de53ec | 2019-10-04 09:12:00 +0200 | [diff] [blame^] | 12 | \alias{expand_grid} |
Marc Kupietz | 69cc54a | 2019-09-30 12:06:54 +0200 | [diff] [blame] | 13 | \alias{year} |
Marc Kupietz | 4de53ec | 2019-10-04 09:12:00 +0200 | [diff] [blame^] | 14 | \alias{as_tibble} |
| 15 | \alias{tidy} |
Marc Kupietz | 69cc54a | 2019-09-30 12:06:54 +0200 | [diff] [blame] | 16 | \title{Objects exported from other packages} |
| 17 | \keyword{internal} |
| 18 | \description{ |
| 19 | These objects are imported from other packages. Follow the links |
| 20 | below to see their documentation. |
| 21 | |
| 22 | \describe{ |
Marc Kupietz | 4de53ec | 2019-10-04 09:12:00 +0200 | [diff] [blame^] | 23 | \item{broom}{\code{\link[broom]{tidy}}} |
| 24 | |
| 25 | \item{dplyr}{\code{\link[dplyr]{bind_cols}}, \code{\link[dplyr]{mutate}}, \code{\link[dplyr]{select}}, \code{\link[dplyr]{group_by}}, \code{\link[dplyr]{summarise}}} |
Marc Kupietz | 69cc54a | 2019-09-30 12:06:54 +0200 | [diff] [blame] | 26 | |
| 27 | \item{lubridate}{\code{\link[lubridate]{year}}} |
| 28 | |
Marc Kupietz | 4de53ec | 2019-10-04 09:12:00 +0200 | [diff] [blame^] | 29 | \item{tibble}{\code{\link[tibble]{as_tibble}}} |
| 30 | |
| 31 | \item{tidyr}{\code{\link[tidyr]{complete}}, \code{\link[tidyr]{expand_grid}}} |
Marc Kupietz | 69cc54a | 2019-09-30 12:06:54 +0200 | [diff] [blame] | 32 | }} |
| 33 | |