RNeXML (version 2.4.0)

nexml_validate: validate nexml using the online validator tool

Description

validate nexml using the online validator tool

Usage

nexml_validate(file, schema = CANONICAL_SCHEMA)

Arguments

file

path to the nexml file to validate

schema

URL of schema (for fallback method only, set by default).

Value

TRUE if the file is valid, FALSE or error message otherwise

Details

Requires an internet connection. see http://www.nexml.org/nexml/phylows/validator for more information in debugging invalid files

Examples

Run this code
# NOT RUN {
data(bird.orders)
birds <- nexml_write(bird.orders, "birds_orders.xml")
nexml_validate("birds_orders.xml")
unlink("birds_orders.xml") # delete file to clean up
# }

Run the code above in your browser using DataLab