R/aaa.R

#' Pipe operator
#'
#' @name %>%
#' @rdname pipe
#' @keywords internal
#' @export
#' @importFrom purrr %>%
#' @usage lhs \%>\% rhs
NULL

.tidycode <- new.env(parent = emptyenv())

.tidycode$classification_tbl <-
  system.file("extdata", "classification_tbl.csv", package = "tidycode") %>%
  read.csv(stringsAsFactors = FALSE) %>%
  tibble::as_tibble()

Try the tidycode package in your browser

Any scripts or data that you put into this service are public.

tidycode documentation built on Dec. 11, 2019, 1:08 a.m.