You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
searchbyterm() gains new parameter query to allow full text search,
much like vertsearch(), but with the ability to also use all the parameters
available in searchbyterm() (#53)
MINOR IMPROVEMENTS
Use dplyr::bind_rows instead of the deprecated dplyr::rbind_all (#51)