cess: Run chunks

View source: R/cess.r

cessR Documentation

Run chunks

Description

Run a chunk in a given document

Usage

cess(
  chunk = NULL,
  file = NULL,
  envir = .GlobalEnv,
  profile = FALSE,
  verbose = TRUE
)

cess_dm(
  chunk = NULL,
  file = NULL,
  envir = .GlobalEnv,
  profile = FALSE,
  verbose = TRUE
)

Arguments

chunk

name or number of chunk, if NULL (default) then the first chunk will be executed

file

the file which has the chunks, default 'source_file'

envir

is .GlobalEnv by default, the environemnt in which to evaluate chunks

profile

source .Rprofile if it exists?

verbose

if TRUE, may print some slightly unneccessary messages

Functions

  • cess_dm: this function has 'dm_source_file' as it's default file

Note

This will replace proh::first


renlund/proh documentation built on March 25, 2023, 10:07 a.m.