extract_command_string | R Documentation |
Intended to pull Rstudio image information - Currently only supports one valid string found per submission command
extract_command_string(
submit_command_text,
regex_to_extract,
regex_to_ignore = NULL
)
submit_command_text |
[chr] the result of calling "squeue -j <INT> -o submitline%<INT>" |
regex_to_extract |
[regex] pattern to extract from 'submit_command_text' |
regex_to_ignore |
[regex] ignore strings found with this pattern |
[chr] vector of strings extracting/ignoring as requested
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.