write_xdb_topMatter: Write SALUS xdb.xml Top Matter

Description Usage Arguments Examples

View source: R/write_xdb_funs.R

Description

This function initializes a SALUS experiment file by creating the file and initializing the <XDB> tag. Subsequent write_xdb_* functions append information about the experiments and rotational components.

Usage

1

Arguments

outFile

Full file path for the .xdb.xml to create

Examples

1
2
3
4
5
# desired file path and file name for the output to be created
fileOut <- 'C:/Users/deinesji/1PhdJill/test.xdb.xml'

# create output
write_xdb_topMatter(fileOut)

jdeines/salustools documentation built on May 29, 2019, 1:03 a.m.