Function reference
-
append_list()
- append list
-
convert_roxygen()
- Convert selected text to roxygen comment
-
create_css()
- Create a css file in the current directory
-
current_fname()
- Extract current active file name
-
data_transit()
- data_transit, track data transition from readin files
-
export_name()
- name of exporting file
-
extr_input_file()
- Extract input data file
-
extr_output_file()
- Extract the output files from a text line
-
extr_src_file()
- Extract srource file
-
extract_lib()
- Extract library from one line text
-
extract_uniq_inputs()
- Scan R script and extract non-duplicated input data files
-
extract_uniq_libs()
- Extract unique libraries from the R script
-
extract_uniq_outputs()
- Extract output files from R script
-
extract_uniq_src()
- Scan R script and extract non-duplicated source code files
-
get_author()
- get author ID from working path
-
get_io()
- get_io get input output information. create S3 class object of io
-
get_names()
- get_names closure function
-
get_triplet()
- get the triplet information and
-
import_name()
- name of importing files
-
insert_header()
- Insert the header of R script which contains the libraries used in the script
-
md_bullet()
- Selection to markdown bullet point list
-
md_tab()
- Transform code to markdown table cells must be separated by colons `:`
-
padding()
- Pad the begining and end of a vector. If one wants to evaluate a text string, use `<< >>` to quote the code to be evaluted.
-
redo_roxycomment()
- Undo roxygen comment
-
print(<io>)
- print input output table
-
remove_dup_libs()
- Remove duplicated libraries and insert cleaned up library
-
rm_rowID()
- Remove the row ID print out from selected text
-
roxygen_quote()
- add roxygen comment with quotation sign.
-
selection2roxygen()
- Roxygen comment on currently selected section
-
selection2roxygen_quote()
- Transform current text selection into roxygen comment with quotation.
-
selection2str()
- make the selected text into string/characters
-
to_lower()
- Tranform selected text to lower case
-
to_upper()
- Tranform selected text to upper case
-
tostring()
- Convert object tostring
-
trace_input()
- Tracing inputs
-
trace_output()
- tracing output
-
tracer()
- trace to trace certain pattern
-
uncomment_roxygen()
- uncomment roxygen format comment