AI-SDC / ACRO

Tools for the Automatic Checking of Research Outputs. These are the tools for researchers to use as drop-in replacements for commands that produce outputs in Stata Python and R

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for dataset-specific risk appetite

jim-smith opened this issue · comments

user provides path to data folder when they cal acro.ACRO()
we look for config.yaml in there and use that if present

  • the stata code will need to take an optional argument to init
  • the R code will be a bit messier- may need to make them call constructor or to optional function to set dir for config file

Done