Learn R Programming

roxygen3 (version 0.1)

parse_block: Parse and execute a block of text in a package like environment.

Description

This is used cheifly for testing.

Usage

parse_block(text, behaviour = no_output())

Arguments

text
code to parse/execute
behaviour
a Behaviour object, specifying which tags, processors and writers to use.