rpac_rbuildignore: Creates a .Rbuildignore template file

View source: R/rpac_rbuildignore.R

rpac_rbuildignoreR Documentation

Creates a .Rbuildignore template file

Description

rpac_rbuildignore() creates a .Rbuildignore file

Usage

rpac_rbuildignore(path = ".", append = TRUE)

Arguments

path

Pass a path as string. Default is current working directory ('.').

append

Append text to an existing file. Default is TRUE

Value

Creates a .Rbuildignore file in the working directory

Note

Append is false, this will overwrite a file with the same name.

Author(s)

Antonio J Berlanga-Taylor <https://github.com/AntonioJBT/Rpacker>

Examples


## Not run: 
setwd('/my_github/my_packages/test_package')
rpac_rbuildignore()


## End(Not run)


AntonioJBT/Rpacker documentation built on Jan. 19, 2025, 2:33 p.m.