R/rsalad.R

#' rsalad
#'
#' A mix of useful R functions that are good for you
#'
#' Collection of functions that help with easily manipulating data.frames, such
#' as converting variables to factors, rearranging variables,and converting list
#' of lists to data.frames.
#'
#' @docType package
#' @name rsalad
#' @importFrom magrittr %>%
#' @importFrom magrittr %<>%
NULL
daattali/rsalad documentation built on Oct. 28, 2019, 12:16 p.m.