Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upFeature request: report the structure of more complex Objects #33
Comments
|
Thank you for your interests, and I am extremely happy to do so. However, do you mind giving me some concrete examples? For instance, what type of input and output are you expecting? It will be great if you could share some real data, so that I can implement it. If you have privacy concerns to share your data here, feel free to Email me at boxuancui@gmail.com. Thanks! |
|
Hi, thank you for your quick response! Assume, you have a colleague sharing his scientific data with you, and the documentation has its issues. You want to use the data in your scripts, but you don't know exactly how the data structure is and how to access the data you're interested in. If I got a *.RData or if I have an object, I would like to know:
Pretty much of what I'd like appears in the 'Environment' tab of 'RSudio' or if I use str() or ls.str() with a list. More nicely formatted and condensed for large sub-elements or repititive structures it would be perfect in an html document.. Sincerely kkoerner |
|
Please install the latest develop version: |
At first: I like your package very much, it works perfect for data.frames.
But I am looking for a functionality to get quick information on more complex Data, as structured lists or multidimensional arrays. What are the names, where are the tables etc.
Or maybe, to report the content of a *.RData file (Data, functions, ...)?
Is it possible to include this in your Package?