asset_id: Create asset id

Description Usage Arguments Value Examples

View source: R/utils.R

Description

Creates a unique if from the tipo, emisora, and serie of an asset. Input may be vector but must all have the same length; if they are not, it will not neccesarily yield an error but undesired results may occur.

Usage

1
asset_id(tipo, emisora, serie)

Arguments

tipo

character vector of tipo

emisora

character vector of emisora

serie

character vector of serie

Value

the unique id of the asset

Examples

1
asset_id("M", "BONOS", "191211")

optimist/inhouse documentation built on May 24, 2019, 3:56 p.m.