genAssigntmentCode: A function that produces raw assignment code for a given...

Description Usage Arguments

View source: R/mcmc_funcs.R

Description

A function that produces raw assignment code that you can copy/paste into a script. The idea is to make it more reproducible.

Usage

1
genAssigntmentCode(d, dest, objectName)

Arguments

d

the object you have sitting in memory

dest

the file path destination that the code will get written to

objectName

the desired name of the object produced by the code. Defaults to NULL, which means the name will get generated from how you have the variable stored in your interactive session.


tbrown122387/mmcmc documentation built on Dec. 31, 2019, 12:34 p.m.