global match.arg | R Documentation |
A binding for match.arg()
that uses comm.stop()
rather
so that the error message (if there is one) is managed according
to the rules of .pbd_env$SPMD.CT
.
comm.match.arg(arg, choices, several.ok=FALSE, ...,
all.rank = .pbd_env$SPMD.CT$print.all.rank,
rank.print = .pbd_env$SPMD.CT$rank.source,
comm = .pbd_env$SPMD.CT$comm,
mpi.finalize = .pbd_env$SPMD.CT$mpi.finalize,
quit = .pbd_env$SPMD.CT$quit)
arg , choices , several.ok |
see match.arg() |
... |
ignored. |
all.rank |
if all ranks print (default = FALSE). |
rank.print |
rank for printing if not all ranks print (default = 0). |
comm |
communicator for printing (default = 1). |
mpi.finalize |
if MPI should be shutdown. |
quit |
if quit R when errors happen. |
Wei-Chen Chen wccsnow@gmail.com, George Ostrouchov, Drew Schmidt, Pragneshkumar Patel, and Hao Yu.
Programming with Big Data in R Website: https://pbdr.org/
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.