getClusterFile: Get node files from compute nodes. By default, this operation...

Description Usage Arguments Examples

View source: R/file-operations.R

Description

Get node files from compute nodes. By default, this operation will print the files on screen.

Usage

1
2
getClusterFile(cluster, nodeId, filePath, verbose = TRUE, overwrite = FALSE,
  downloadPath = NULL)

Arguments

cluster

The cluster object

nodeId

Id of the node

filePath

The path to the file that you want to get the contents of

verbose

Flag for printing log files onto console

...

Further named parameters

  • "downloadPath": Path to save file to

  • "overwrite": Will only overwrite existing localPath

Examples

1
2
3
4
5
6
7
## Not run: 
stdoutText <- getClusterFile(cluster, "tvm-1170471534_1-20170829t072146z",
filePath = "stdout.txt", verbose = FALSE)
getClusterFile(cluster, "tvm-1170471534_2-20170829t072146z",
filePath = "wd/output.csv", downloadPath = "output.csv", overwrite = TRUE)

## End(Not run)

Azure/doAzureParallel documentation built on May 22, 2021, 4:39 a.m.