scan_entity: full name of array with namespace, wrapped in secure_scan if...

View source: R/entity-schema.R

scan_entityR Documentation

full name of array with namespace, wrapped in secure_scan if the current user needs secure_scan to read the array

Description

full name of array with namespace, wrapped in secure_scan if the current user needs secure_scan to read the array

Usage

scan_entity(pkg_schema, entitynm, con)

Arguments

pkg_schema

the package environment

entitynm

an entity name, e.g. 'DATASET'

con

if NULL, return the name according to the package schema document. If provided, return the name used by the connection

Value

the full name of the entity including namespace and potentially wrapped in secure_scan, e.g. gh_secure.DATASET or secure_scan(gh_secure.DATASET, strict:false)


Paradigm4/revealcore documentation built on May 21, 2023, 9:57 a.m.