| capitalize_each_word | This function makes first letter of each word in a string to... |
| compute_fibonacci | This function returns the Fibonacci number at a given... |
| count_words_in_string | This function count the number of words in given string |
| fibonacci_loop | This function returns the Fibonacci number at a given... |
| find_max | This function finds the maximum value from a vector |
| find_mode | This function finds the mode value from a vector |
| funs | This function calculates postfix expression |
| insertion_sort | This function sorts the unsorted vector |
| is_palindrome | This function checks if the given string is a palindrome |
| is_pangram | This function checks if the given string is a pangram |
| make_proper_case | This function removes variable separatedwith or without space... |
| nepalese_words_to_number | This function allows you to translate to integer numerical... |
| selection_sort | This function sorts the unsorted vector |
| split_rows_to_columns | This function takes a vector and truns it into a data frame... |
| sum_nonmissing | Calculate sum of non missing values rowwise. |
| swap_case | This function converts all lowercase letters to uppercase... |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.