Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a function to flattern data.frame #2

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Add a function to flattern data.frame #2

wants to merge 6 commits into from

Conversation

johnaponte
Copy link

Include a function to flattern data.frame that have as columns data.frames.
It would be nice to implement it within the classes hierarchy but
I try to implement it in the private function field_corrections but disrupt the work of other parts of the code.
Also try to implement it in the get function but again it disrupt the work of other parts of the code.
I did not want to change any structure of the classes as I do not know very well the impact, but maybe and option is to make the summary a private object and adding a function getSummary() and implement this function when you want to get the data frame.

@jdeboer jdeboer self-assigned this Apr 28, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants