R/httpget_package_info.R

Defines functions httpget_package_info

httpget_package_info <- function(pkgpath) {
  reqpackage <- basename(pkgpath);
  reqlib <- dirname(pkgpath);  
  pkghelp <- eval(call("help", package=reqpackage, lib.loc=reqlib, help_type="text"))
  res$sendtext(format(pkghelp));
}

Try the opencpu package in your browser

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

opencpu documentation built on Aug. 7, 2023, 5:12 p.m.