get_anything {plnr}R 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")

[Package plnr version 2022.11.23 Index]