format_used_functions | R Documentation |
{downlit}
package to generate a Markdown list of autolinked functions wrapped inside <details>
tags.Use the {downlit}
package to generate a Markdown list of autolinked functions wrapped inside <details>
tags.
format_used_functions(functions, do_cat = FALSE)
functions |
A character scalar: functions to be autolinked, e.g. |
do_cat |
A logical scalar: if |
A character scalar. Invisibly if do_cat
is TRUE
.
format_used_functions(c("scran::clusterCells()", "Seurat::DimPlot()"), do_cat = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.