Nothing
#'Get citation information
#'
#'Returns information needed to cite the NSR
#' @param ... Additional arguments passed to internal functions.
#' @return Dataframe containing bibtex-formatted citation information
#' @note This function provides citation information in bibtex format that can be used with reference manager software (e.g. Paperpile, Zotero). Please do remember to cite both the sources and the NSR, as the NSR couldn't exist without these sources!
#' @export
#' @examples {
#' citation_info <- NSR_citations()
#' }
#'
NSR_citations <- function(...){
return(nsr_core(mode="citations",...)$citations)
}#NSR citations
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.