tidy_bugs: Tidy BUGS files

Description Usage Arguments

View source: R/tidy_bugs.R

Description

This function cleans up the formatting

Usage

1
2
tidy_bugs(path = ".", arrow = TRUE, brace.newline = FALSE,
  indent = 2)

Arguments

path

location of file(s)

arrow

use the <- operator if TRUE, = otherwise.

brace.newline

move braces to a new line if TRUE

indent

number of spaces to indent code blocks


jaggR documentation built on July 19, 2019, 5:05 p.m.

Related to tidy_bugs in jaggR...