Learn R Programming

bruceR (version 0.6.4)

Run: Run code parsed from text.

Description

Run code parsed from text.

Usage

Run(text)

Arguments

text

Character strings for running. You can use "{ }" to insert any R object in the environment.

Value

No return value.

Examples

Run this code
# NOT RUN {
Run("a=1")
a

Run("a={a+1}")
a

# }

Run the code above in your browser using DataLab