Learn R Programming

Runiversal (version 1.0.2)

concat: concat

Description

Constructs a string of Java array using given R object.

Usage

concat(to, ...)

Arguments

to
A string variable which string of Java array will be added to.
...
An R object, generally vectors or scalers.

Value

Returns a new string, which is sums of old string and R objecs.

Details

This function is a utility function for main functions 'makexml' and 'makejava'

See Also

makexml makejava

Examples

Run this code
a<-"a string"
x<-1:10
concat(a,x)

Run the code above in your browser using DataLab