loadXml {stringr} R Documentation

load a .NET object from the xml data file

Description

Usage

loadXml(file,
    typeof = NULL);

Arguments

file

any kind of data value inputs: 1. file path to the xml document file 2. the xml document content text 3. a stream object that contains the xml document text data

env

[as Environment]

Details

this function will try to parse the object model information from the meta data in the xml data file

Authors

SMRUCC genomics Institute

Value

this function returns data object of type any kind.

clr value class

Examples


[Package stringr version 2.33.856.6961 Index]