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

table handling in custom analyses #24

Open
zackgalbreath opened this issue Apr 18, 2013 · 0 comments
Open

table handling in custom analyses #24

zackgalbreath opened this issue Apr 18, 2013 · 0 comments

Comments

@zackgalbreath
Copy link
Member

There are two different use cases for how we handle tables within R scripts:

  1. Strip off the metadata and apply some operation to the numerical contents of a table. (scalar addition example)
  2. Use the whole table, metadata and all. (geiger model fitting example)

How do we determine what the script intends? Right now this is what we have within our .xml description file:

<input name="input_table" type="Table"/>

Should it we do something silly like type="TableKeepMetaData" and type="TableStripMetaData"? Any better ideas?

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