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
That should be class(me) <- ..., right? Calling the function as it is on a schema field returns a value whose class is just list, rather than table_schema_field_response.
The text was updated successfully, but these errors were encountered:
Hi, I'm checking the schema of a dataset, looked at the source code, and found what I'm pretty sure is a bug:
dwapi-r/R/table_schema_response.R
Line 46 in 4e95c0b
That should be
class(me) <- ...
, right? Calling the function as it is on a schema field returns a value whose class is just list, rather than table_schema_field_response.The text was updated successfully, but these errors were encountered: