parseCode: Parse result creation code

Description Usage Arguments Value

Description

parse code into a CodeDepends::Script

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
parseCode(code)

## S4 method for signature 'expression'
parseCode(code)

## S4 method for signature 'call'
parseCode(code)

## S4 method for signature 'character'
parseCode(code)

## S4 method for signature 'ggplot'
parseCode(code)

## S4 method for signature 'trellis'
parseCode(code)

## S4 method for signature 'ANY'
parseCode(code)

Arguments

code

An expression, call or character vector, or a PlotFeatureSet or plot object. If missing, this method will attempt to extract code out of the plot object.

Value

A CodeDepends::Script object.


trackr documentation built on May 24, 2021, 5:09 p.m.