Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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("a=1")
a

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

bruceR

Broadly Useful Convenient and Efficient R Functions

v0.6.2
GPL-3
Authors
Han-Wu-Shuang Bao [aut, cre]
Initial release
2021-04-08

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.