R/package_how.R

Defines functions package_how

#' How to create an R package
#'
#' Open up an article describing how to create and distribute an R
#'   package
#'
#' @return None
#' @export
package_how <- function() {
  browseURL("https://medium.com")
}
anthonyzhang-dev/RPackage documentation built on Dec. 31, 2020, 7:49 p.m.