Skip to contents

Make a request to the groundwater/geophysicallogs/wells endpoint to retrieve groundwater geophysical log picks for the given well ID.

Usage

get_gw_gplogs_geologpicks(wellid = NULL, api_key = NULL)

Arguments

wellid

character, indicating the Well ID to query

api_key

character, API authorization token, optional. If more than maximum number of requests per day is desired, an API key can be obtained from CDSS.

Value

dataframe of groundwater geophysical log picks for a given well ID

Examples

if (FALSE) {
# Request endpoint: api/v2/groundwater/geophysicallogs/geoplogpicks/
gplogpicks <- get_gw_gplogs_geologpicks(
  wellid = 2409
 )
}