Learn R Programming

IsoplotR (version 0.8)

settings: Load settings to and from json

Description

Get and set preferred values for decay constants and isotopic abundances from and to a .json file format

Usage

settings(fname = NULL)

Arguments

fname
the path of a .json file

Value

if fname=NULL, returns a .json string

Examples

Run this code
json <- system.file("constants.json",package="IsoplotR")
settings(json)
print(settings())

Run the code above in your browser using DataLab