jvaFirst: Startup

Description Usage Arguments See Also Examples

View source: R/jvaFirst.R

Description

One function with all the commands I typically want run at the start of an R session.

Usage

1
2
3
4
5
6
7
8
jvaFirst(
  maxp = 500,
  ndec = 10,
  cont = "... ",
  mirror = "http://streaming.stat.iastate.edu/CRAN/",
  helpt = "html",
  fac = FALSE
)

Arguments

maxp

Integer scalar, maximum number of lines printed, default 500.

ndec

Integer scalar, maximum width of fixed notation before switching to scientific notation, default 10.

cont

Character scalar, prompt used for lines which continue past first command line, default "... ".

mirror

Character scalar, CRAN mirror, default "http://streaming.stat.iastate.edu/CRAN/".

helpt

Character scalar, type of help, default "html".

fac

Logical scalar, use factors rather than character strings, default FALSE.

See Also

options, help.

Examples

1

JVAdams/jvamisc documentation built on Aug. 11, 2021, 6:43 a.m.