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 working:
helpExtract(FrF2:Yates, section = "Examples", type = "s_text")
I wonder if there is any way to mention the package name in helpExtract function?