Description Usage Arguments Value Examples
View source: R/get_attachment.R
Given an issue or an attachment
1 | get_attachment(issue, attachment, host)
|
issue |
Number of the issue. |
attachment |
A numeric ID of the attachment. |
host |
URL of the bugzilla instance if missing the R bugzilla is assumed. |
A data.frame with the information available.
1 2 | get_attachment(issue = 1)
get_attachment(attachment = 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.