Learn R Programming

cargo (version 0.4.9)

new_package: Make a Skeleton for a New Package

Description

A new Rust-based package is created at the supplied path and the package is installed.

Usage

new_package(path)

Arguments

path

A path where the package is created. The name of the package is taken as the last element in the file path.