Learn R Programming

broman (version 0.48-2)

get0: get with paste

Description

Calls paste then get

Usage

get0(...)

Arguments

...
Vector of character strings.

Value

  • The object found.

Details

There's not much to these functions. get0 uses paste0 and so combines its arguments with sep="". get. uses paste with sep=".".

See Also

get, paste, paste0

Examples

Run this code
xy <- 3
x.y <- 18.3
get0("x", "y")
get.("x", "y")

Run the code above in your browser using DataLab