list_manuscripts: List Manuscripts in Environment

View source: R/list_manuscripts.R

list_manuscriptsR Documentation

List Manuscripts in Environment

Description

Returns a character vector with the names of manuscripts loaded in a given environment.

Usage

list_manuscripts(envir = parent.frame(1))

Arguments

envir

The environment in which to check for manuscripts.

Value

A character vector, or NULL if no manuscripts exist in the environment.

Examples

temp_file <- tempfile(fileext = ".Rmd")
write("`r 1 + 1", file = temp_file)

read_manuscript(temp_file)
list_manuscripts()

revise documentation built on April 3, 2025, 11:47 p.m.