use_ignore: Ignore specific files by git and R build.

View source: R/ignore.R

use_ignoreR Documentation

Ignore specific files by git and R build.

Description

Ignore specific files by git and R build.

Usage

use_ignore(file = NULL, path = NULL)

Arguments

file

character File to ignore.

path

character Path to the file.

Value

invisibly returns 0.

Examples

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

RGLab/preprocessData documentation built on April 17, 2024, 4:43 p.m.