| probe | R Documentation |
Functions to retrieve survey probe information or create a probe data object.
probe(x, ...)
## Default S3 method:
probe(x, ...)
## S3 method for class 'character'
probe(x, ...)
## S3 method for class 'data.frame'
probe(x, header, ...)
x |
Character search string. |
... |
Other arguments (not used). |
header |
File header information. |
probe(default): Load data probe description table.
probe(character): Find a data probe by name.
probe(data.frame): Create a probe class object.
probe() # Load complete data probe table.
probe("min") # Search for probe name.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.