lid | R Documentation |
Extracts one or more particular individual(s) from a data-frame returned by lx()
lid(d, id)
d |
a data-frame in the format returned by |
id |
a vector of one or more string |
the row-subset of the data-frame for individual(s) in id
## Not run:
> lid(lx(k, "EPOCH"), "nsrr02")
ID DUR INC NE
2 nsrr02 30 30 1195
> lid(lx(k, "EPOCH"), c("nsrr02", "nsrr03"))
ID DUR INC NE
2 nsrr02 30 30 1195
3 nsrr03 30 30 1364
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.