getEseTables | R Documentation |
This function returns the names of the ese tables.
getEseTables()
convertHOWOBT <- function(x) # browser() # if (any(grepl(" - ", x = x))) x <- as.numeric(stringi::stri_extract_first_regex(x, "[0-9]+")) # else # ESE.vals <- list("1" = 1, # "Ships log or distance program" # "2" = 2, # "Radar bouy" # "3" = 3, # "DECCA bearings" # "4" = 0, # "LORAN bearings or GPS" # "5" = 5, # "DECCA radar" # "6" = 6, # "LORAN radar" # "7" = 7, # "DECCA and LORAN" # "8" = 8, # "Satelite navigation" # "9" = 9) # "No observation / hydrographic station" # # ESE.vals = unlist(ESE.vals) # x = get_value(x, ESE.vals) # return(x)
character vector of the 6 core ESE tables
Mike McMahon, Mike.McMahon@dfo-mpo.gc.ca
Other internal:
charToBinary()
,
cleanEse()
,
cleanStrata()
,
cleanfields()
,
get_value()
,
keepFieldsBaskets()
,
keepFieldsCatches()
,
keepFieldsMissions()
,
keepFieldsSets()
,
keepFieldsSpecimens()
,
meters2Fathoms()
,
populate_DATA_DESC()
,
reFormatSpecimen()
,
redistributeMixedCatch2()
,
transmogrifyBaskets()
,
transmogrifyCatches()
,
transmogrifyLV1_OBS()
,
transmogrifyMissions()
,
transmogrifySets()
,
transmogrifySpecimens()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.