Marc Kupietz | b74649f | 2020-12-11 12:44:49 +0100 | [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} |
| 6 | \alias{bind_cols} |
| 7 | \alias{mutate} |
| 8 | \alias{select} |
| 9 | \alias{group_by} |
| 10 | \alias{summarise} |
| 11 | \alias{n} |
| 12 | \alias{complete} |
| 13 | \alias{expand_grid} |
| 14 | \alias{year} |
| 15 | \alias{as_tibble} |
| 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 | aabe4e5 | 2023-04-21 21:06:59 +0200 | [diff] [blame] | 23 | \item{dplyr}{\code{\link[dplyr]{bind_cols}}, \code{\link[dplyr]{group_by}}, \code{\link[dplyr]{mutate}}, \code{\link[dplyr:context]{n}}, \code{\link[dplyr]{select}}, \code{\link[dplyr]{summarise}}} |
Marc Kupietz | b74649f | 2020-12-11 12:44:49 +0100 | [diff] [blame] | 24 | |
| 25 | \item{lubridate}{\code{\link[lubridate]{year}}} |
| 26 | |
| 27 | \item{tibble}{\code{\link[tibble]{as_tibble}}} |
| 28 | |
| 29 | \item{tidyr}{\code{\link[tidyr]{complete}}, \code{\link[tidyr]{expand_grid}}} |
| 30 | }} |
| 31 | |