You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This idea mainly relates to the vignettes/articles/output.Rmd file where the table in the article has to be made manually with the scripts/R_output.R. However, with #656 we should be able to make this table using the fxntable that was created for the getfxn capabilities it would require that we have a script that generates an up-to-date data-raw/input_params.csv.
Possible steps
Add a script that produces data-raw/input_params.csv perhaps scraping from the information from an ini file this would replace the data-raw/dave-input-params.R
Modify the lookup-data.R scrip so that the units column has NAs were not applicable
vignettes/articles/output.Rmd script should use the fxntable subset to not include inputs or functions associated with NA units. Then make the pretty R output table
delete scripts/R_outputs.R
The text was updated successfully, but these errors were encountered:
This idea mainly relates to the
vignettes/articles/output.Rmd
file where the table in the article has to be made manually with thescripts/R_output.R
. However, with #656 we should be able to make this table using thefxntable
that was created for thegetfxn
capabilities it would require that we have a script that generates an up-to-datedata-raw/input_params.csv
.Possible steps
data-raw/input_params.csv
perhaps scraping from the information from an ini file this would replace thedata-raw/dave-input-params.R
vignettes/articles/output.Rmd
script should use the fxntable subset to not include inputs or functions associated with NA units. Then make the pretty R output tablescripts/R_outputs.R
The text was updated successfully, but these errors were encountered: