R/g.data.put.R

Defines functions g.data.put

Documented in g.data.put

## Put data into an unattached package:
g.data.put <- function(item, value, dir) {
    assign(item, value)
    save(list=item, file=g.data.mash(dir, item))
}

Try the g.data package in your browser

Any scripts or data that you put into this service are public.

g.data documentation built on May 1, 2019, 8:50 p.m.