Description Usage Arguments Details Value Author(s) Examples
make roxygen-style file from function code.
1 | mkrox(func, pkgdir)
|
func |
character |
pkgdir |
nedd a full path like "paste(sep="/", getwd(), ”/batade/" |
above ~~
NULL ( a roxygen-style R source code)
Ichikawa Daisuke
1 2 3 4 5 6 7 8 | plot_num <- function(n){
num <- runif(n)
plot(num)
}
dir.create("sample")
dir.create("sample/R")
dir.create("sample/man")
mkrox("plot_num",pkgdir=str_c(getwd(), "/sample"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.