Questions tagged [helpextract]

3 questions
0
votes
1 answer

Strange behaviour of helpExtract function from SOfun in R 3.1.2

I'm using helpExtract function from SOfun package (written by @Ananda Mahto). The package SOfun can be installed from github using the following command: devtools::install_github("mrdwab/SOfun") library(SOfun) The following command gives in the…
MYaseen208
  • 22,666
  • 37
  • 165
  • 309
0
votes
1 answer

Getting help of R function using helpExtract function

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 helpExtract function unction which can be obtained from here (written by @AnandaMahto). I tried this code but not…
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