baumer-lab / fertile

creating optimal conditions for reproducibility
GNU General Public License v3.0
52 stars 4 forks source link

set up parameterized report #93

Closed beanumber closed 4 years ago

beanumber commented 4 years ago

I think the way to do the badge report is with a parameterized R Markdown report.

I stubbed out a proof-of-concept in inst/fertile-badges.Rmd. (0249e39a0134)

@ambertin can you figure out how to pass the relevant variables to the report from within proj_badge()? Then we should be able to knit and render in the viewer.

I think this will be a LOT easier to fiddle with as far as the layout goes.

ambertin commented 4 years ago

I'm going to make sure I have my desired output set in the non-parameterized report first, then will look into converting it! That will make it easier for me to make sure everything gets copied over as desired

beanumber commented 4 years ago

OK.