R/metrumrgURL.R

metrumrgURL <-
function(url,lib.loc=NULL,browser=getOption("browser"),encodeIfNeeded=FALSE){
	stopifnot(length(url)==1)
	file <- system.file(url,package='metrumrg',lib.loc=lib.loc,mustWork=TRUE)
	path <- glue('file://',file)
	browseURL(path,browser=browser,encodeIfNeeded=encodeIfNeeded)
}

Try the metrumrg package in your browser

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

metrumrg documentation built on May 2, 2019, 5:55 p.m.