Description Usage Arguments See Also Examples
Get a specific data access request amendment.
1 | mica.dar.amendment(mica, pid, id)
|
mica |
A Mica object |
pid |
Data access request identifier |
id |
Amendment identifier |
Other data access requests functions:
mica.dar.actions(),
mica.dar.amendment.form(),
mica.dar.amendment.history(),
mica.dar.amendments.history(),
mica.dar.amendments(),
mica.dar.form(),
mica.dar.history(),
mica.dars(),
mica.dar()
1 2 3 4 5 6 | ## Not run:
m <- mica.login("someuser", "somepassword", "https://mica-demo.obiba.org")
mica.dar.amendment(m, "12345", "12345-1")
mica.logout(m)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.