Separate: Assign named elements of a list or data.frame to caller's...

View source: R/DiverseFunksjoner.R

SeparateR Documentation

Assign named elements of a list or data.frame to caller's environment

Description

Assign named elements of a list or data.frame to caller's environment

Usage

Separate(x)

Arguments

x

A list or data.frame

Value

The function returns only NULL, but breaks the rules for ordinary functions. Objects are written to caller's environment.

Examples

Separate(data.frame(aAa=1:3, bBb=100))
aAa*bBb

statisticsnorway/Kostra documentation built on Sept. 25, 2024, 10:37 a.m.