Learn R Programming

aisdk (version 1.1.0)

remove_r_code_blocks: Remove R Code Blocks

Description

Removes fenced R code blocks from text, leaving the explanatory prose.

Usage

remove_r_code_blocks(text)

Value

A character string with R code blocks removed.

Arguments

text

The text to process.