R/pipe.R

#' Convert \code{data.frame} to \code{list}.
#'
#' @importFrom magrittr %>%
#' @importFrom magrittr %<>%
#' @name %>%
#' @rdname pipe
#' @export
#' @param x A \code{data.frame} object.
#' @examples
#' my_result <- foo(iris)
#'
# foo <- function(x) {
#   x %>%
#     as.list()
# }
NULL
ysumath1/OHDSITrends-master documentation built on May 5, 2019, 11:01 p.m.