parse_all {evaluate}R Documentation

Parse, retaining comments.

Description

Works very similarly to parse, but also keeps original formatting and comments.

Usage

parse_all(x, filename = NULL)

Arguments

x

object to parse. Can be a string, a file connection, or a function

filename

string overriding the file name

Value

a data.frame with columns src, the source code, and expr


[Package evaluate version 0.8.3 Index]