Description Usage Arguments Value Examples
Parse X.509/X.500 Attribute Strings into a Named List
| 1 | parse_x509_attributes(x, as = c("list", "df", "char"))
 | 
| x | X.509 attribute string | 
| as | return type.  | 
list, data frame or character vector depending on as
| 1 2 3 4 | x5_attr <- "CN=Sample Cert, OU=R&D, O=Company Ltd., L=Dublin 4, S=Dublin, C=IE"
parse_x509_attributes(x5_attr)
parse_x509_attributes(x5_attr, "df")
parse_x509_attributes(x5_attr, "char")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.