noaa-fisheries-integrated-toolbox / toolbox_web_templating

Templates and JSON model data for the toolbox web pages
1 stars 0 forks source link

use R instead of python with json and html templates #8

Closed k-doering-NOAA closed 1 year ago

k-doering-NOAA commented 1 year ago

Since I am more familiar with R, it would be good to create an R approach to generating the html pages.

Helpful pkgs include rjson and glue

k-doering-NOAA commented 1 year ago

I figured out the html templating and think it is easy enough, especially now that there is a codespace with python that can be used for testing.

I would reconsider this in the future if a whole website overwrite was necessary.