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
Just I minor typo ... probably due to copy & paste
In the vignette you wrote
rdr <- import_radiomic_table(dir = "PATH/TO/RADIOMIC_TABLE")
and the argument for this function is file instead of dir
file
dir
import_radiomic_table <- function (file = NULL)
Juan
PS\ One of my PhD is going to do a PR for another issue you have with boxplots
The text was updated successfully, but these errors were encountered:
Thank you Juan, will fix in the next release.
Sorry, something went wrong.
No branches or pull requests
Just I minor typo ... probably due to copy & paste
In the vignette you wrote
rdr <- import_radiomic_table(dir = "PATH/TO/RADIOMIC_TABLE")
and the argument for this function is
file
instead ofdir
import_radiomic_table <- function (file = NULL)
Juan
PS\ One of my PhD is going to do a PR for another issue you have with boxplots
The text was updated successfully, but these errors were encountered: