ritis
ritis copied to clipboard
search_anymatch and search_any_match_paged raise Error in data.frame(..., check.names = FALSE) when pass text to parameter x
I run the following codes
search_anymatch(x = "dolphin")
search_any_match_paged(x="Zy", pagesize=100, pagenum=1, ascend=FALSE)
and raised error:
Error in data.frame(..., check.names = FALSE) : The arguments imply differing number of rows: 153, 157
Thanks!