Skip to content

woodwards/excel2r

master
Switch branches/tags
Code

excel2r

Analyse and convert Excel models using R

The objective of this project is to convert large, complex Excel models into R, using R. The approach is to:

  1. Read the Excel values and formulae (using the tidyxl package).
  2. Analyse the Excel sheets for consistency (quite useful in itself).
  3. Analyse the formulae to identify scalar, vector and matrix regions (these will become R variables).
  4. Translate the Excel formulae to R syntax.
  5. Sort the formula into execution order.
  6. Write the formula as an R script.

Documentation files:

  • project_guide.txt (tba)
  • outstanding_issues.txt (tba)

About

Scripts to convert an Excel workbook to an R script (early stage)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages