-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDateParameters.r.yaml
36 lines (31 loc) · 1 KB
/
DateParameters.r.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
label: PKGR07e - Exploring Date parameters
categories:
- Example
- R Language Example
- Package Example
description: |
This example demonstrates use of date parameters.
Dates have different representations in different
programming languages. A client making a request
to execute a program (be that programatically through
something like cURL, or manually through an invocation
user interface) shouldn't have to worry about those
differences.
The format of a date value on a request is therefore
fixed and not dependent on the language in which the
program may have been written.
The HTTP query parameters are converted from strings to
date values by first using `as.numeric` to convert the
value into a numeric, then using the `as.Date` function.
resultFormat: print
resultObjectName: result
parameters:
dateRequired:
label: Date Required
datatype: date
prompt: Enter a date
required: true
dateOptional:
label: Date Optional
datatype: date
prompt: Enter a date