# Create a single hole
hole()
# Create multiple holes
hole(3)
# Specify time zone
hole(tzone = "UTC")
# Holes can be combined with other phintervals
jan <- phinterval(as.Date("2000-01-01"), as.Date("2000-02-01"))
c(jan, hole(), jan)
Run the code above in your browser using DataLab