R/printing.R

Defines functions this_is_junk ren_github ren_pdf

Documented in this_is_junk

# To Render
ren_pdf  <- function(file, dir) {
rmarkdown::render(
									here( dir, file), 
									output_dir="~/Downloads/print_and_delete") 
}

# ren_pdf(file, dir)

ren_github  <- function(file, dir) {
rmarkdown::render(
									here(dir, file), 
									output_format="github_document",
									output_dir="~/Downloads/print_and_delete") 
}
# ren_github(file, dir)
#
#
#



#'  @title this_is_junk()
#'  @description \code{this_is_junk} is ery important function.
this_is_junk  <- function() { T}
jimrothstein/youtube_api documentation built on Nov. 6, 2022, 7:26 a.m.