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

gstring

Parses and evaluates a GString into a regular string


Description

Parses and evaluates a GString into a regular string.

Usage

## Default S3 method:
gstring(..., file=NULL, path=NULL, envir=parent.frame())

Arguments

...

character strings.

file, path

Alternatively, a file, a URL or a connection from with the strings are read. If a file, the path is prepended to the file, iff given.

envir

The environment in which the GString is evaluated.

Value

Returns a character string.

Author(s)

Henrik Bengtsson

See Also

gcat().


R.utils

Various Programming Utilities

v2.10.1
LGPL (>= 2.1)
Authors
Henrik Bengtsson [aut, cre, cph]
Initial release

We don't support your browser anymore

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