parse_after_equal: parse symbols after equal sign

Description Usage Arguments

Description

x=factor(Sepal.W + 1) should be interpreted as x = factor(Sepal.Width + 1).

Usage

1
2
parse_after_equal(after = "1 + Sepal.W^2*3", colnamev = c("Sepal.Width",
  "Sepal.Length", "Species"), show_warn = TRUE)

Arguments

after

A string after equal sign.

colnamev

A character vector representing column names.

show_warn

Show warning message. Default is TRUE.


caprice-j/ggbash documentation built on May 13, 2019, 12:11 p.m.