Description Usage Arguments Value Examples
View source: R/Reserves_Util.R
The following functin will make a connection to the Enertia database located on the Enertia01B Server. It will then take the user defined 'enertia_codes' vector which contains one or more enertia codes to query. The function will then return a dataframe object with all the current aries_enertia links that exists at the time of the query. the export variable can be set equal to TRUE to export the output to the users desktop.
1  | get_Aries_Enertia_Links_by_Enertia_Code(enertia_codes, export = FALSE)
 | 
enertia_codes | 
 a character vector.  | 
export | 
 a boolean value  | 
A dataframe containing the Aries-Enertia links for a specified vector of enertia codes
1  | get_Aries_Enertia_Links_by_Enertia_Code("49.1018.0010.00", export = TRUE)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.