Description Usage Arguments Details Value Note Examples
This function can be used to calculate an age variable
1 | getDOB(pSIDVec)
|
pSIDVec |
A vector of SIDs for which DOB is wanted. These will normally be part of an 'Analysis Set', i.e. generated by 'getNetworkSet' or 'getSIDSet'. |
Makes a call to the database using RODBC
A data.table with two columns: SID and DOB. SID is integer, DOB is POSIXct/POSIxt
Draws data from vStudentCurrent (DB View), not the other 3 main data tables, so it is included to provide this necessary DB access, if DOB is required.
1 2 | |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.