Re: [R] Help with knitr pkg

2018-07-19 Thread Bill Poling
dio.com/> to get a more general understanding about using knitr within RMarkdown context.<<<< From: Rainer Hurling Sent: Thursday, July 19, 2018 3:45 AM To: Bill Poling Cc: r-help (r-help@r-project.org) Subject: Re: [R] Help with knitr pkg Hi Bill, Am 18.07.18 um 18:33 schrieb Bill P

Re: [R] Help with knitr pkg

2018-07-19 Thread Thierry Onkelinx
Dear Bill, It seems like you are looking at the wrong help files. The code in the tutorial uses the package::function() syntax. So knitr::kable() translates into use the function kable() from the knitr package. The help file you are looking for is ?kable (when knitr is loaded) or ?knitr::kable (wh

Re: [R] Help with knitr pkg

2018-07-19 Thread Rainer Hurling
Hi Bill, Am 18.07.18 um 18:33 schrieb Bill Poling: Hi, I worked through this excellent tutorial: #Elegant regression results tables and plots in R: the finalfit package https://www.r-bloggers.com/elegant-regression-results-tables-and-plots-in-r-the-finalfit-package/ Now I am applying it to my