get_Daily_Enertia_Production: Retrieve Daily Enertia Production Data.

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 well_comp_codes vector which contains a sequence of Enertia completion codes to query. The function will then return a dataframe object with all the enertia daily production data that exists for each Enertia completion code within the well_comp_codes vector for the specified number of months since the current date.

Usage

1
get_Daily_Enertia_Production(well_comp_codes, months, export = FALSE)

Arguments

well_comp_codes

A string.

months

An integer

export

A bolean.

Value

A dataframe containing Daily Production data for a specified number of months since the current date

Examples

1
get_Enertia_Production("49.1016.0022.00", 5)

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