get_ids: Retrieve ID from a BETY table given a name

Description Usage Arguments Value

View source: R/bety.R

Description

Retrieve ID from a BETY table given a name

Usage

1
get_ids(values, table, value_col, id_col = "id", con = bety())

Arguments

values

Vector of values for which to retrieve IDs

table

Name of table where IDs are stored

value_col

Name of the column corresponding to the values

id_col

Name of the column containing the ID. Default = '"id"'

con

Database connection. Defaults to [bety()].

Value

Named numeric vector of IDs


ashiklom/fortebaseline documentation built on May 9, 2020, 1:56 a.m.