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
I have thought about it, but I couldn't come up with a good solution. When printing a data frame, attributes are not shown, so it is not easy to discover them.
Thats true. But as a part of the rjsonstat package I guess one could create a new class that inherits from data.frame (maybe data.frame.meta) that only has a new print method for data.frames created by json-stat. I guess that should solve the problem?
Hi!
Im working with the pxweb R package and I have a problem that we seem to share, a standard on how to append meta data to R data.frame object.
I have been thinking of using an attribute, say "metadat" with a list with the metadata object. Have you given this problem any thoughts?
The text was updated successfully, but these errors were encountered: