Description Usage Arguments Value Author(s) See Also Examples
View source: R/get_example_filenames.R
Get the full path to all MHCnuggets example files
1 2 3 4 | get_example_filenames(
folder_name = get_default_mhcnuggets_folder(),
mhcnuggets_url = get_mhcnuggets_url()
)
|
folder_name |
superfolder of MHCnuggets.
The name of the superfolder is |
mhcnuggets_url |
URL to the MHCnuggets GitHub repository |
a character vector with all MHCnuggets example files
Rich<c3><a8>l J.C. Bilderbeek
use get_example_filename to get the full path to a MHCnuggets example file
1 2 3 | if (is_mhcnuggets_installed()) {
get_example_filenames()
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.