source_funs: Source functions from a File or a connection

Description Usage Arguments

Description

This function is same as source, only including functions. Modified from source function in R

Usage

1
2
3
4
5
source_funs(file, local = FALSE, echo = verbose, print.eval = echo,
  verbose = getOption("verbose"), prompt.echo = getOption("prompt"),
  max.deparse.length = 150, chdir = FALSE,
  encoding = getOption("encoding"), continue.echo = getOption("continue"),
  skip.echo = 0, keep.source = getOption("keep.source"))

Arguments

file

a connection or a character string giving the pathname of the file or URL to read from. "" indicates the connection stdin().

local

See source

echo

See source

print.eval

See source

verbose

See source

prompt.echo

See source

max.deparse.length

See source

chdir

See source

encoding

See source

continue.echo

See source

skip.echo

See source

keep.source

See source


byzheng/rproject documentation built on May 13, 2019, 9:55 a.m.