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 Aug. 22, 2025, 9:08 a.m.