| metabodecon_file | R Documentation |
Recursively searches for files or directories within the 'metabodecon' package that match the given name.
metabodecon_file(name = "sim_01")
name |
The name to search for. |
The file or directory path.
2024-2025 Tobias Schmidt: initial version.
# Unambiguous paths
metabodecon_file("urine_1")
metabodecon_file("urine_1.dx")
metabodecon_file("sim/sim_01")
# Ambiguous paths (i.e. multiple matches)
metabodecon_file("sim")
metabodecon_file("urine")
# Non-existing paths (i.e. a character vector of length zero gets returned)
metabodecon_file("asdfasdf")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.