R/blpl.R

#' \code{blpl} package
#'
#' Betsy Levy Paluck R
#'
#'
#' @docType package
#' @name blpl
#' @importFrom dplyr %>%
#' @importFrom purrr %||%
NULL

## quiets concerns of R CMD check re: the .'s that appear in pipelines
if(getRversion() >= "2.15.1")  utils::globalVariables(c("."))
johnhenrypezzuto/blpl documentation built on Dec. 6, 2019, 2:36 a.m.