R/docs.R

docs_site <- function (input, encoding = getOption("encoding"), ...) {
  docs_site_impl <- function(...) {}
  source("doc-utils.R", local = TRUE)
  docs_site_impl(input, encoding, ...)
}

Try the cloudml package in your browser

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

cloudml documentation built on Sept. 4, 2019, 1:04 a.m.