Displaying 1 result from an estimated 1 matches for "emptotct".
2010 May 28
1
Data frame manipulation
...TL_CLUST","MFG","ADM","MFG_CLUST","CNS_CLUST","PRF","PUB",
"FIN","INF_CLUST","INF","EDU_CLUST","REC","EDU",
"MNG","UTL","MIN")
#Build data frame
EmpTotCt.Zn..<-data.frame(TotEmp,ClusterType,Taz)
#Reverse rows to columns
EmpTotCt.Zn2..<-as.data.frame(t(as.matrix(EmpTotCt.Zn..)))
"EmpTotCt.Zn.." is a data frame that i would like to alter by adding new
columns and input 0s where no values exist. I tried the line below as its
the only...