R/profile.R

.onLoad <- function (libname, pkgname) { # nocov start
  
  assign(".geoflow", new.env(), envir= asNamespace(pkgname))
  
  #default line separator
  set_line_separator()
  
  #embedded handlers
  register_contact_handlers()
  register_entity_handlers()
  register_dictionary_handlers()
  
  #software
  register_software()
  
  #access endpoints
  register_data_accessors()
  
  #registers
  register_registers()
  
  #embedded actions
  register_actions()
  
  #vocabularies
  register_vocabularies()
  
} # nocov end

Try the geoflow package in your browser

Any scripts or data that you put into this service are public.

geoflow documentation built on Dec. 12, 2025, 5:08 p.m.