## ----include = FALSE---------------------------------------------------------- knitr::opts_chunk$set( collapse = TRUE, comment = "#>", eval = FALSE ) ## ----------------------------------------------------------------------------- # # install.packages("remotes") # remotes::install_github("charlescoverdale/aieconindex") # library(aieconindex) ## ----------------------------------------------------------------------------- # aei_releases() ## ----------------------------------------------------------------------------- # aei_files("2025-03-27", recursive = FALSE) ## ----------------------------------------------------------------------------- # df <- aei_index("latest", source = "claude_ai", variant = "raw") # head(df) ## ----------------------------------------------------------------------------- # soc <- aei_download("2025-03-27", "SOC_Structure.csv") # hierarchy <- aei_download("2025-09-15", # "data/output/request_hierarchy_tree_claude_ai.json") ## ----------------------------------------------------------------------------- # attr(df, "aei_query") ## ----------------------------------------------------------------------------- # aei_cite("2026-03-24", format = "bibtex")