We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There are two different use cases for how we handle tables within R scripts:
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?
type="TableKeepMetaData"
type="TableStripMetaData"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There are two different use cases for how we handle tables within R scripts:
How do we determine what the script intends? Right now this is what we have within our .xml description file:
Should it we do something silly like
type="TableKeepMetaData"
andtype="TableStripMetaData"
? Any better ideas?The text was updated successfully, but these errors were encountered: