powered by
Format vector of IP data using compressed or exploded representation.
# S3 method for ip_address format(x, ..., exploded = FALSE)# S3 method for ip_interface format(x, ..., exploded = FALSE)# S3 method for ip_network format(x, ..., exploded = FALSE)
# S3 method for ip_interface format(x, ..., exploded = FALSE)
# S3 method for ip_network format(x, ..., exploded = FALSE)
A character vector
An object to format
These dots are for future extensions and must be empty.
Logical scalar. Should IPv6 addresses display leading zeros? (default: FALSE)
FALSE
format(ip_address("2001:db8::8a2e:370:7334")) format(ip_address("2001:db8::8a2e:370:7334"), exploded = TRUE)
Run the code above in your browser using DataLab