load_structure: Load 1D structure data in workspace.

Description Usage Arguments Value Examples

View source: R/io.R

Description

Function to load data from one of the many 1D structures available within the crone package.

Usage

1

Arguments

sname

A character string. Name of the structure whose data are to be loaded in the workspace. It can be one of:

  • beryllium_fluoride

  • carbon_dioxide

  • cyanate

  • nitronium

  • thiocyanate

  • xenon_difluoride

  • pinkerton2015

Default is NULL, in which case the function returns a list of all structures available.

Value

A named list with the following elements:

Examples

1
2
3
4
5
6
# Load thiocyanate data
sdata <- load_structure("thiocyanate")
print(sdata)

# Default returns all names of structures included
load_structure()

crone documentation built on Aug. 24, 2019, 5:03 p.m.