Suppose I have a single R file myfunction.R that contains a single R function with appropriate roxygen comments. Is it possible to:<div><br></div><div>( 1) Convert this to an Rd using roxygen2.</div><div>( 2) Convert the Rd to HTML using helpr.<br>

<div><br></div><div>All of this outside the context of a package. It is needed for the following: we are working on an RPC framework for R functions, in which users can share and execute R functions. It would be nice if they could share a function that not only can be called, but also has documentation with it. </div>

<div><br></div><div>Thanks,</div><div><br></div><div>J</div><div><br></div></div>