makevectorxml: makevectorxml()

Description Usage Arguments Author(s) Examples

Description

This is an utility function for makexml() and not generally be called by user.

Usage

1
makevectorxml(code, objt, name = "")

Arguments

code

A string which the generated code to be added to.

objt

An R object, to be converted to xml code.

name

Variable name for generated xml entry. Optional.

Author(s)

Mehmet Hakan Satman

Examples

1
2
x<-1:10
cat(makevectorxml("",x,"x"))

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