data/ald_demo.R

delayedAssign("ald_demo", {
  on_r_cmd <- !identical(Sys.getenv("R_CMD"), "")
  if (!on_r_cmd) {
    warning(
      "The dataset `ald_demo`is superseded as of r2dii.data 0.3.0 (expected July 2022).",
      "\nPlease use `abcd_demo` instead.",
      "\nRead this blog post to learn more:",
      "\nhttps://2degreesinvesting.github.io/posts/2022-03-02-ald-becomes-abcd/",
      call. = FALSE
    )
  }
  r2dii.data::abcd_demo
})

Try the r2dii.data package in your browser

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

r2dii.data documentation built on Nov. 14, 2023, 1:09 a.m.