Description Usage Arguments Value Examples
The function query can be used to search an object
for a keyword.
The data.set and importer methods perform such a search
through the annotations and value labels of
the items in the data set.
1 2 3 4 5 6 7 8 9 |
x |
an object |
pattern |
a character string that gives the pattern to be searched for |
... |
optional arguments such as
|
If both the annotation and the value labels of an item match the pattern
the query method for 'item' objects returns a list containing the annotation
and the value labels, otherwise if only the annotation or the value labels
match the pattern, either the annotation or the value labels are returned,
otherwise if neither matches the pattern, query returns NULL.
The methods of query for 'data.set' and 'importer' objects return
a list of all non-NULL query results of all items contained by these
objects, or NULL.
1 2 3 4 | nes1948.por <- UnZip("anes/NES1948.ZIP","NES1948.POR",
package="codebooks")
nes1948 <- spss.portable.file(nes1948.por)
query(nes1948,"TRUMAN")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.