Learn R Programming

xml2 (version 1.0.0)

xml_new_document: 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.