get_anything: Gets anything (including with package scoping)

View source: R/get_anything.R

get_anythingR Documentation

Gets anything (including with package scoping)

Description

base::get does not work with package scoping (e.g. get("pkg::var")). plnr::get_anything works with package scoping.

Usage

get_anything(x)

Arguments

x

the string that we are getting

Examples

plnr::get_anything("plnr::nor_covid19_cases_by_time_location")

plnr documentation built on Nov. 23, 2022, 5:06 p.m.