get_holiday_names.Rd 450 B

123456789101112131415161718
  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/make_holidays.R
  3. \name{get_holiday_names}
  4. \alias{get_holiday_names}
  5. \title{Return all possible holiday names of given country}
  6. \usage{
  7. get_holiday_names(country.name)
  8. }
  9. \arguments{
  10. \item{country.name}{Country name (character).}
  11. }
  12. \value{
  13. A vector of all possible holiday names (unique) of given country.
  14. }
  15. \description{
  16. Return all possible holiday names of given country
  17. }