Closed Rindrics closed 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"
Solved by #77