get_Enertia_Lineage_by_Enertia_Code: Retrieve Enertia Lineage as a data frame.

Description Usage Arguments Value Examples

View source: R/Reserves_Util.R

Description

The following functin will make a connection to the ofm database located on the Enertia01B server. It will then take the enertia_code vector which contains a sequence of enertia codes to query. The function will then return a dataframe object with all enertia entities that exists for each enertia code within the enertia_code vector.

Usage

1

Arguments

enertia_code

A string.

export

A bolean.

Value

A dataframe containing the Enertia Lineage of a set of Asset Team Codes

Examples

1
2
get_Enertia_Lineage_by_Enertia_Code("49.1017.0007.00")
get_Enertia_Lineage_by_Enertia_Code(c("49.1017.0007.00", "49.1017.0023.00"))

Hilcorp-Reserves/Reserves.Util documentation built on March 25, 2020, 5:43 p.m.