faasr_rank: faasr_rank

View source: R/faasr_rank.R

faasr_rankR Documentation

faasr_rank

Description

Helper function to let users identify the rank and max rank in the function This function is used by users in the container.

Usage

faasr_rank()

Value

return a list of Rank & MaxRank

Examples

# This function can be run only in the container
if (interactive()){
rank_info <- faasr_rank()
MaxRank <- rank_info$MaxRank 
Rank <- rank_info$Rank
}


FaaSr documentation built on April 11, 2025, 5:51 p.m.