R/internet-provider-en_NZ.R

# modified from the python library faker:
# https://github.com/joke2k/faker/blob/master/faker/providers/internet/en_NZ/__init__.py

int_free_email_domains_en_nz <- c(
  "gmail.com",
  "yahoo.com",
  "hotmail.com",
  "inspire.net.nz",
  "xtra.co.nz"
)

int_tlds_en_nz <- c(
  "nz",
  "co.nz",
  "org.nz",
  "kiwi",
  "kiwi.nz",
  "geek.nz",
  "net.nz",
  "school.nz",
  "ac.nz",
  "maori.nz"
)

Try the charlatan package in your browser

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

charlatan documentation built on Sept. 13, 2023, 5:08 p.m.