Skip to content

glue 1.6.0

Compare
Choose a tag to compare
@jennybc jennybc released this 17 Dec 17:36
  • glue(), glue_data(), glue_col(), and glue_data_col() gain a new .literal argument, which controls how quotes and the comment character are treated when parsing the expression string (#235). This is mostly useful when using a custom transformer.

  • Trailing whitespace-only lines don't interfere with indentation (#247).