ritis icon indicating copy to clipboard operation
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

Open WDragon101 opened this issue 7 months ago • 0 comments

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!

WDragon101 avatar Jul 10 '24 11:07 WDragon101