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
The error message in find_data.default gives no clue about where the error occurred or what the unknown data type is. To a user of a lazyeval client package it is quite mysterious and hard to debug.
Something like
stop("lazyeval::find_data does not know how to find data associated with an object of class ", class(x), call. = FALSE)
would be more helpful.
The text was updated successfully, but these errors were encountered:
The error message in
find_data.default
gives no clue about where the error occurred or what the unknown data type is. To a user of alazyeval
client package it is quite mysterious and hard to debug.Something like
would be more helpful.
The text was updated successfully, but these errors were encountered: