Learn R Programming

ngstk (version 0.2.3)

rbin: Function to generate executable files for R package

Description

Function to generate executable files for R package

Usage

rbin(pkgs, destdir = "~/.ngstk/bin")

Arguments

pkgs

Names f R packages to generate executable files

destdir

Destination directory to store the inst/bin files [~/.ngstk/bin]

...

Params pass to file.rename.

Examples

Run this code
# NOT RUN {
rbin('ngstk', tempdir())
# }

Run the code above in your browser using DataLab