Learn R Programming

iptools (version 0.7.2)

iana_assignments_refresh: Refresh iptools Internal Datasets

Description

iptools contains a variety of internal datasets. While these should be updated on a regular basis by the package authors and maintainers, they can also be refreshed by you, the user, using this collection of functions. Each one takes the form [dataset_name]_refresh() to make it clear which dataset is updated by which function.

Usage

iana_assignments_refresh()

iana_special_assignments_refresh()

iana_ports_refresh()

Arguments

Examples

Run this code
# NOT RUN {
#update iana_assignments

iana_assignments_refresh()
#[1] TRUE

#update iana_special_assignments

iana_special_assignments_refresh()
#[1] TRUE
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab