Description Usage Arguments Examples
Search an osf component for all modified subcomponents and files.
1 2 | osf_report_modified_slack(id, after_date, type = "user",
template = osf_template$simple, ...)
|
id |
passed to osf_report_modified. |
after_date |
passed to osf_report_modified. |
type |
passed to osf_report_modified. |
template |
passed to osf_report_modified. |
... |
passed to slackr::slackr_bot See slackr::slackr_setup for details on setting up slack credentials. |
1 2 3 4 5 | ## Not run:
# slackr_setup(incoming_webhook_url = "SOME_WEBHOOK_URL")
osf_report_modified_slack("aswnc", after_date = "2019-01-01", type = "user")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.