Learn R Programming

DataPackageR (version 0.16.2)

use_ignore: Ignore specific files by git and R build.

Description

Ignore specific files by git and R build.

Usage

use_ignore(file = NULL, path = NULL)

Value

invisibly returns 0.

Arguments

file

character File to ignore.

path

character Path to the file.

Examples

Run this code
datapackage_skeleton(name="test",path = tempdir())
use_ignore("foo", ".")

Run the code above in your browser using DataLab