convert given ggbash strings into ggplot2 aesthetic specifications
parse_ggbash_aes(i, aesv, must_aesv, all_aesv, colnamev, show_warn = TRUE)An integer of index
A vector of aesthetics
A vector of required aesthetics
A vector of possible aesthetics.
A vector of column names of a dataframe.
a flag for printing warning when ambiguous match. Default is TRUE.
must_aesv and all_aesv are built by
get_required_aes and
get_possible_aes, respectively.