push.data: push.data is used to update globalEnv from function

View source: R/utils.R

push.dataR Documentation

push.data is used to update globalEnv from function

Description

push.data is used to update globalEnv from function

Usage

push.data(name, object)

Arguments

name

Name of an object to be created or replaced in global env

object

any object

Value

nothing

Examples

push.data("test",6)
rm(test)

Epiconcept-Paris/STRAP-epiuf documentation built on Aug. 5, 2024, 3:41 a.m.