R/zzz.R

Defines functions .onLoad

# nocov start
.onLoad <- function(...) {
  s3_register("pillar::pillar_shaft", "ip_address")
  s3_register("pillar::pillar_shaft", "ip_network")
  s3_register("pillar::pillar_shaft", "ip_interface")

  invisible()
}
# nocov end

Try the ipaddress package in your browser

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

ipaddress documentation built on June 22, 2024, 6:54 p.m.