uniqueFamMember | R Documentation |
Reads the fam data frame in "envir" and returns a new one with unique entries in the member column
uniqueFamMember(envir = ENV)
envir |
'environment' containing SQLite database and other globals |
a data frame with columns the same as the "fam" data frame but with the member column containing unique entries
mkfam
db = system.file("exdata", "seqsimm.db", package="Mega2R")
ENV = read.Mega2DB(db)
setfam(uniqueFamMember(envir = ENV))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.