Description Usage Arguments Examples
Unlike the full search sibling, this function will only return
the first match found. It does this in preference_value
order
but is not guaranteed to find the best match, only the first one
(for speed).
1 | recog_pick(recog_db, source, protocols = ".*", matches = NULL)
|
recog_db |
a structure created with |
source |
the 1-element character vector to compare against |
protocol, matches |
regexs to limit what you're comparing against. These are boolean OR'd together |
1 2 | recog_db <- use_builtin_fingerprints()
recog_pick(recog_db, "VShell_Special_Edition_2_5_0_204 VShell", "ssh")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.