Description Usage Arguments Value
View source: R/attributeType.R
Function is used in DAO objects within the getAttributes method - see e.g.
sqlDao.
1 |
x |
A value of which the type has to be determined |
A list of detailed description of x's data type. The list always contains the
type element, which contains:
mode(x) if x is an atomic data value (such as character, numeric etc.);
class(x) if x is an S3 object.
Additionally, the returned list may contain other elements such as levels for factors.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.