Description Usage Arguments Value Examples
Counts code lines, comment lines, blank lines and code to comments ratio.
1 |
text |
String |
String, code stats
1 2 3 4 5 | cat(
code_stats("# R calculations
2 * 2 / 4
(4 * 4) / 2
rnorm(2)"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.