readFile: Read content of file and return as character object.

Description Usage Arguments Details Author(s) Examples

Description

Read content of file and return as character object.

Usage

1
readFile(path, prefixes = NULL, normalize = T, ssh = F)

Arguments

path

Path to the file to be read.

prefixes

Search for file by prepending character strings from prefixes.

normalize

Standardize pathes.

ssh

Allow pathes to remote files in scp notation.

Details

Read content of file and return as character object.

Author(s)

Stefan Böhringer <r-packages@s-boehringer.org>

Examples

1
2
  parallel8 = function(e) log(1:e) %*% log(1:e);
  cat(readFile(tempcodefile(parallel8)));

parallelize.dynamic documentation built on May 2, 2019, 3:45 a.m.