Questions tagged [noamtools]

noamtools is a set of miscellaneous convenience functions for R.

noamtools is a set of miscellaneous convenience functions for R.

https://github.com/noamross/noamtools

4 questions
4
votes
2 answers

R function help in `.tex` or `.Rnw` format

I can get help on any R function in html format using ? or help(). I wonder if I can get help on R functions in .tex or .Rnw format to use in .tex dociument. Thanks in advance for your help. ?lm
MYaseen208
  • 22,666
  • 37
  • 165
  • 309
2
votes
1 answer

Getting R function help through help_console function from noamtools package to be used in .Rnw document

I want to include help of R functions into .Rnw document using help_console function from noamtools package which can be installed from github using the following comand: devtools::install_github('noamross/noamtools', build_vignettes =…
MYaseen208
  • 22,666
  • 37
  • 165
  • 309
1
vote
1 answer

Getting help of R function using help_console function from noamtools R package

I can get help in R 3.1.2 on Yates function from FrF2 package through: ?FrF2::Yates Now I want to get help in .tex format through help_console function from noamtools R package. I tried this code but not working: help_console(topic="Yates", format…
MYaseen208
  • 22,666
  • 37
  • 165
  • 309
0
votes
3 answers

Getting example codes of R functions into knitr using helpExtract function

I want to get the example codes of R functions to use in knitr. There might be an easy way but tried the following code using helpExtract function which can be obtained from here (written by @AnandaMahto). With my approach I have to look whether a…
MYaseen208
  • 22,666
  • 37
  • 165
  • 309