write_data: This function writes a JSON data input file for MAS

View source: R/write_data.R

write_dataR Documentation

This function writes a JSON data input file for MAS

Description

This function writes a JSON data input file for MAS

Usage

write_data(data_list, outfile_path)

Arguments

data_list

the list of data inputs, where each list slot corresponds to a data type needed by MAS

outfile_path

the path to the data file you want to write. This should end with a .json file extension.

Value

the string containing the json data file to write.


cstawitz/RMAS documentation built on Oct. 6, 2022, 3:31 a.m.