R/cleanbib.R

Defines functions cleanbib

Documented in cleanbib

#' cleanbib 
#'
#' Clean the log of works cited so far.
#' 
#' @return Removes log cache, returns invisible `NULL`
#' @aliases reset_bib
#' @export
cleanbib <- function(){
  rm(list = ls(envir = knitcitations),
     envir = knitcitations)
}

reset_bib <- cleanbib

Try the knitcitations package in your browser

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

knitcitations documentation built on Jan. 13, 2021, 9:57 a.m.