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

Feature: create node from None with data.frame #6

Open
niszet opened this issue Aug 3, 2020 · 1 comment
Open

Feature: create node from None with data.frame #6

niszet opened this issue Aug 3, 2020 · 1 comment

Comments

@niszet
Copy link
Owner

niszet commented Aug 3, 2020

Up to now, create node can be done by coping an existing node object. Not so, it should be made from nothing with given data.frame...

@niszet
Copy link
Owner Author

niszet commented Aug 3, 2020

None I write a function to generate xml node from a row of data.frame, it can be used to run all rows of data.frame...

This should have several modes...

  • all tags must be set as same as columns
    • column's value must be used whenever.
    • formal check (missing parent tag) and warning if the value is not adequate
      • this is "update"
  • missing columns should be deleted from target node?
    • this is "delete"
  • extra columns should be generated in target node?
    • this is "create"

so, i.e. options are create=c(T, F), delete=c(T, F), update=c(T, F) and so on...

@niszet niszet changed the title Feature create node from None with data.frame Feature: create node from None with data.frame Aug 10, 2020
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

No branches or pull requests

1 participant