xml_new_document {xml2}R Documentation

Create a new document

Description

Create a new document

Usage

xml_new_document(version = "1.0")

Arguments

version

The version number of the document.

Value

A xml_document object.


[Package xml2 version 1.0.0 Index]