lookup_concept: lookup_concept - search concept dictionary for terms

Description Usage Arguments

View source: R/connect.R

Description

Looks in the variable label/name for a string/substring

Usage

1
2
3
4
lookup_concept(
  x,
  dict = "https://episphere.github.io/conceptGithubActions/aggregate.json"
)

Arguments

x

The word/substring that you want to find.

dict

The JSON dictionary

Looks up the word/substring in JSON dictionary. The format of the dictionary is as follows. "concept_id": "label":variable label "name": variable name

See this example which is the default dictionary.


episphere/episphereR documentation built on Feb. 5, 2022, 1:26 p.m.