Description Usage Arguments Examples
This function moves the R source code into the R folder
1 | move_Rcode(code_dir, name_package, build_dir, verbose = TRUE)
|
code_dir |
R code dir, full name, put the all the R code here. |
name_package |
package name |
build_dir |
package directory |
1 2 3 4 | ## Not run:
move_Rcode(code_dir="Rcode/",name_package="my_packge",build_dir="~/Dropbox/Rpackage/")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.