generated_holidays.R 423 B

12345678910
  1. ## Copyright (c) 2017-present, Facebook, Inc.
  2. ## All rights reserved.
  3. ## This source code is licensed under the BSD-style license found in the
  4. ## LICENSE file in the root directory of this source tree. An additional grant
  5. ## of patent rights can be found in the PATENTS file in the same directory.
  6. generated_holidays <- read.csv("data-raw/generated_holidays.csv")
  7. devtools::use_data(generated_holidays, overwrite = TRUE)