concat: concat

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Constructs a string of Java array using given R object.

Usage

1
concat(to, ...)

Arguments

to

A string variable which string of Java array will be added to.

...

An R object, generally vectors or scalers.

Details

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

Value

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

Author(s)

Mehmet Hakan Satman

See Also

makexml makejava

Examples

1
2
3
a<-"a string"
x<-1:10
concat(a,x)

Example output

[1] "a string1, 2, 3, 4, 5, 6, 7, 8, 9, 10"

Runiversal documentation built on May 2, 2019, 8:23 a.m.