I want to split a data frame into several smaller ones. This looks like a very trivial question, however I cannot find a solution from web search.
subset() is also useful:
subset()
subset(DATAFRAME, COLUMNNAME == "")
For a survey package, maybe the survey package is pertinent?
survey
http://faculty.washington.edu/tlumley/survey/