Learn R Programming

compdb (version 0.0.1)

add_ignore: Add to ignore file

Description

Add to ignore file

Usage

add_ignore(file, add, path = ".")

Value

Returns TRUE invisibly

Arguments

file

Either ".Rbuildignore" or ".gitignore"

add

The lines to add

path

Path to the package