read_dexi | R Documentation |
read_dexi()
reads a definition of a DEXi model from a .dxi
file or XML string.
read_dexi(dxi)
dxi |
character(1). A |
A DexiModel RC object.
DexiModel
CarDxi <- system.file("extdata", "Car.dxi", package = "DEXiR")
Car <- read_dexi(CarDxi)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.