Learn R Programming

incadata (version 0.9.1)

find_register: Find register by name

Description

The specified name does not need to be exact since a search algorithm is applied to match existing registers. Names of the registers

Usage

find_register(reg = NULL)

Arguments

reg

name of register to look for

Value

Named character vector with URL to specified register

Examples

Run this code
# NOT RUN {
find_register("all")
# }
# NOT RUN {
find_register("kronisk") # More than one possible alternative
# }

Run the code above in your browser using DataLab