| attachment_flags | R Documentation | 
Returns the flags embedded in the metadata related to a single attachment of a bug report. By default, the R bug tracker is queried.
attachment_flags( attachment_id, base_url = "https://bugs.r-project.org/bugzilla3/rest/bug/" )
attachment_id | 
 ID of one attachment (numeric or
  | 
base_url | 
 URL to Bugzilla REST API (bug history). Defaults to R Bugzilla.  | 
a tibble, with rows representing flags
and the following columns representing their properties:
id | 
 
  | 
name | 
 Name of flag (  | 
type_id | 
 Type   | 
creation_date | 
 Date and time of creation (  | 
modification_date | 
 Date and time of last modification
(  | 
status | 
 Status of flag (  | 
setter | 
 Who created or last modified the flag? (  | 
requestee | 
 The account requested to handle the flag
(  | 
attachment_info
## Not run: freezilla <- "https://bugs.freebsd.org/bugzilla/rest/bug/" flags_freebsd <- attachment_flags(183342, base_url = freezilla) print(flags_freebsd) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.