R/org.R

Defines functions org

Documented in org

##' Wrapper for \code{publish(...,org=TRUE)}
##'
##' 
##' @title Wrapper function for publish with output format org
##' @param x object to format as org 
##' @param ... passed to publish
##' @return See publish
##' @author Thomas Alexander Gerds
##' @export
org <- function(x,...){
    publish(x,...,org=TRUE)
}

Try the Publish package in your browser

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

Publish documentation built on Jan. 18, 2023, 1:08 a.m.