orgs: Get organizations ids

Description Usage Arguments Examples

Description

Function to get organizations codes ("edrpous") given their names (or the beginnings of their names)

Usage

1
orgs(organizations, fixed = TRUE, ignore.case = TRUE)

Arguments

organizations

Character vector of organizations names or the beginnings of their names.

fixed

Logical. If TRUE, pattern is a string to be matched as is. If FALSE, regular expression is used.

ignore.case

if FALSE, the pattern matching is case sensitive and if TRUE, case is ignored during matching.

Examples

1
orgs()

texty/edata documentation built on May 20, 2019, 5:58 p.m.