Learn R Programming

Runiversal (version 1.0.2)

makevectorxml: makevectorxml()

Description

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

Usage

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.

Examples

Run this code
x<-1:10
cat(makevectorxml("",x,"x"))

Run the code above in your browser using DataLab