StatsWithR / statsr

Companion package for the Coursera Statistics with R specialization
Other
69 stars 83 forks source link

bandit_sim.R renderTable align argument fix #7

Closed pafnucy closed 7 years ago

pafnucy commented 7 years ago

fixes table rendering error

error message: Warning: Error in origRenderFunc: align must contain only the characters l, c, r and/or ? andhave length either equal to 1 or to the total number of columns Stack trace (innermost first): 79: origRenderFunc 78: output$tab 3: 2: do.call 1: rmarkdown::run

related to https://www.coursera.org/learn/bayesian/discussions/weeks/1/threads/mTrbMHd8EeaX3g4cIbI3IQ

rundel commented 7 years ago

Thanks for the fix