| add_input_to_history | add ggbash executed commands in R history |
| advice_on_error | print useful debug advice according to the given error... |
| build_prompt | build a ggbash prompt string |
| compile_ggbash | the core function of ggbash |
| copy_to_clipboard | copy a given string to clipboard |
| define_ggbash_constants | define constant values used in ggbash |
| exec_ggbash | execute raw ggbash commands |
| execute_ggbash_builtins | execute ggbash builtins |
| find_first_by_prefix | return the first index which contains a given prefix |
| get_analogue | return resulted strings of approximate string match |
| get_geom_params | get geom parameters |
| get_possible_aes | retrieve all aesthetic names for a given geom |
| get_required_aes | retrieve required aesthetic names for a given geom |
| get_stat_params | return stat params |
| ggbash | execute a specified ggbash command |
| ggbash_ | Enter into a ggbash session. |
| parse_after_equal | parse symbols after equal sign |
| parse_ggbash_aes | convert given ggbash strings into ggplot2 aesthetic... |
| parse_ggbash_non_aes | convert given ggbash strings into ggplot2 non-aesthetic... |
| parse_plot_attributes | parse given plot settings |
| partial_unique | Construct partially unique string list |
| remove_aes | remove aes() function call |
| remove_unnecessary_marks | remove parentheses and marks |
| save_ggplot | save a ggplot object into a file |
| set_ggbash_dataset | build a data frame from a data frame name |
| set_layer_colnames | set layer-specific column names |
| show_dataset_column_indices | show column index list |
| show_fixit_diagnostics | Display useful debugging info for users |
| show_prompt | show ggbash prompt |
| split_by_pipe | split a given character by a pipe ("|") |
| split_by_space | split a given string by spaces |
| theme2 | an enhanced version of ggplot2::theme() |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.