Description Usage Arguments Details Value Author(s)
View source: R/validate.param.list.R
Validate a file-type AnalysisPageParam value
1 | validate.file.param.value(app, val)
|
app |
AnalysisPageParam |
val |
Candidate value |
Validate a file-type AnalysisPageParam value:
Current all values are invalid and result in an error being thrown. The reason for this is that the use case I have in mind is to check values when constructing a URL, and I don't think file-uploads will be allowed to be URL-encoded. So I can't think what values will be valid. Once I have another use case where they ought be valid then I will know what form they should take.
Never returns
Brad Friedman
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.