Browse Source

Update internal data after #16

pull/21/head
Garrick Aden-Buie 7 years ago
parent
commit
bc1938fdd3
2 changed files with 1 additions and 0 deletions
  1. BIN
      R/sysdata.rda
  2. +1
    -0
      data-raw/cheatsheet.R

BIN
R/sysdata.rda View File


+ 1
- 0
data-raw/cheatsheet.R View File

@@ -1,3 +1,4 @@
# usethis::use_data(cheatsheet, overwrite = TRUE, internal = TRUE)
cheatsheet <- tibble::tribble(
~category, ~group, ~regexp, ~text,
"character classes", "regular", "<code>.</code>", "any character except newline",

Loading…
Cancel
Save