| count_space | Count the spaces between two given strings |
| dir2 | Convert a folder structure into a mindmap by using the 'tree' command. |
| dir4 | Convert a folder structure into a mindmap (using the data.tree package for non-windows os). |
| get_body | get the body out of given strings |
| get_eqloc | Get the index of equations in a string vector |
| get_filename_ext | #' Get the folder name of a given complete path #' #' @param path The complete path #' #' @return The folder name #' get_foldername <- function(path) foldername <- strsplit(path, '[/\]')[[1]] return(foldername[length(foldername)]) get the file name extension [/\]: R:/%5C%5C%5C [1]: R:1 [length(foldername)]: R:length(foldername) |
| get_heading | get the headings out of given strings |
| get_heading2 | get the headings out of given strings |
| get_heading3 | get the headings out of given strings |
| list2heading | convert list to heading |
| markmap | Create a markmap widget |
| markmapOption | Options for markmap creation |
| markmapOutput | Shiny bindings for markmap |
| md2mm | Convert markdown or rmarkdown files to mindmap files. |
| md2r | Convert .md or .Rmd files into a .R script |
| mdtxt2mmtxt | Convert markdown text to mindmap text. |
| mm | Convert between .R, .Rmd, .mm according to the given file names, and create a markmap widget |
| mm2md | Convert a mind map (.mm) into markdown headers. |
| mm2r | Convert .mm into a .R script |
| outline | Extract headers of markdown or rmarkdown files as an outline. |
| r2md | Convert .R scripts into a .md/.Rmd file |
| r2mm | Convert .R scripts into a .mm file |
| r2rmd | Convert .R scripts into a .Rmd file |
| rename2 | Rename a file automatically with a time stamp |
| renderMarkmap | Shiny bindings for markmap |
| rmd2r | Convert .md or .Rmd files into a .R script |
| rmvcode | check whether a digital number is within a given range |
| tree | Draw a mindmap of a directory |
| tree2mm | Convert a directory tree to a mindmap file. |
| writeLines2 | Write txt files avoiding overwriting existent files. |