Rindrics / lucifer

ネ申エクセルと戦うためのRパッケージ
GNU General Public License v3.0
3 stars 0 forks source link

rm_matchrow() に tibble を許す #72

Closed Rindrics closed 5 years ago

Rindrics commented 5 years ago
load_alldata(fname, sheet = "0613") %>%
+     extract_clusters(regex = "標本番号", col = 1,
+                      offset = c(-1, 0),
+                      ends = list(row = "[0-9]+", col = "採鱗")) %>%
+     rm_matchrow(key = "標本番号", colpos = 1, regex = FALSE)

> Error in UseMethod("pull") : 
  no applicable method for 'pull' applied to an object of class "list"
Rindrics commented 5 years ago

Solved by #77