Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Up to here, the dimensions of the assigned data frame D DST have been found using the ds.dim command in which type='both' is the default argument.
  • Now use the type='combine' argument in the ds.dim function to identify the number of individuals (5251) and variables (11) pooled across all studies:
Code Block
xml
xml
ds.dim(x='DDST', type='combine', datasources = connections)

...

Code Block
themeRDark
  Aggregated (dimDS("DST")) [==============================================================] 100% / 0s
$`dimensions of DDST in combined studies`
[1] 5251   11

...

Code Block
languagexml
ds.colnames(x='DDST', datasources = connections)

...