faasr_rank | R Documentation |
Helper function to let users identify the rank and max rank in the function This function is used by users in the container.
faasr_rank()
return a list of Rank & MaxRank
# This function can be run only in the container
if (interactive()){
rank_info <- faasr_rank()
MaxRank <- rank_info$MaxRank
Rank <- rank_info$Rank
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.