gadgetstock | R Documentation |
Create a gadgetstock object, from fresh or an existing file
gadgetstock(stock_name, path, missingOkay = FALSE)
stock_name |
The name of the stock, as |
path |
The path to the gadget directory to read from |
missingOkay |
If |
A list of lists representing the gadget stock file
## Not run: path <- './cod-model' # Read codmat from './cod-model', throw an error if it doesn't exist gadgetstock('codmat', path, missingOkay = TRUE) # Read codimm stock / create a new one gadgetstock('codimm', path, missingOkay = TRUE) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.