| as.ordinal | Converts a number to an ordinal (e.g., first, second, etc.) |
| batbelt | Describe the package. |
| capitalize | Capitalizes the first letter of a string. |
| create_file | Creates a file from a value, with overwrite protection. |
| create_folder | Creates a folder, with overwrite protection. |
| ensure_in_interactive | Stop if the user is not in interactive mode. Prevents code... |
| ensure_not_in_interactive | Stop if the user is in interactive mode. Prevents code from... |
| find_fun | Finds the name of the package that a function is from. |
| find_variables | Finds variables within an expression. |
| function_from_expr | Takes an expression and turns it into a function by inferring... |
| get_github | Finds the URL for a GitHub page. |
| github_fun_search | Searches for a function in GitHub using GitHub's search. |
| isFALSE | The counterpart to isTRUE. |
| last | Gets the last element in a vector. |
| open_fun | Opens a function in GitHub or dies trying. |
| open_github | Opens a GitHub page. |
| syntax_tree | Returns the syntax tree for an expression. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.