$.apa_results_table | R Documentation |
These methods are only defined for backward compatibility with older
versions of papaja. In the past, the column names ofapa_results_table
s
were less standardized than they are today. In order to maintain backwards
compatibility, it is still possible to extract columns with the old columns names,
because we here provide aliased indexing. Note that aliased indexing will be
defunct in a future release of papaja.
## S3 method for class 'apa_results_table'
x$name
## S3 method for class 'apa_results_table'
x[[i, exact = TRUE]]
## S3 method for class 'apa_results_table'
x[i, j, ..., drop = TRUE]
x |
Object from which to extract element(s). |
name |
a literal character string or a name (possibly backtick
quoted). For extraction, this is normally (see under
‘Environments’) partially matched to the |
i , j , ... |
Indices specifying elements to extract. See |
exact |
controls possible partial matching of |
drop |
relevant for matrices and arrays. If |
A (vector of) character values as extracted from an object of class
apa_results_table
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.