Displaying 2 results from an estimated 2 matches for "artificiall".
Did you mean:
artificially
2018 Oct 16
2
Comprobar los nombres de columnas entre varios dataframes
Buenas tardes,
Quiero aplicar la función rbind y necesito tener los mismos nombres de
columnas. Como tengo unas 195 variables en cada dataframe, necesito
hacerlo de una forma rápida. Tengo 9 bases de datos y tengo que fusionar
todas. ¿Como puedo comprobar que los nombres de las variables son los
mismos? Y de lo contrario, ¿como detecto las diferencias?
He probado con
1999 Mar 01
1
"xpdrows.data.frame" (PR#131)
...frame1[i, ] <- frame2[i, ] }
Error: couldn't find function "xpdrows.data.frame"
--- What is function xpdrows.data.frame? There should be an more
appropiate
error mssage here! (the data frame frame1 isn't long enough for the
last
assignment, but this is a small, artificiall example, ocurred same
error
with much larger frames, and the reason for the error was'nt clear,
not necessarily
"index out of bound", as appropiate(?) here).
After the above:
> dim(frame1)
NULL
> length(frame1)
[1] 11
> class(frame1)
NULL
which shows that frame1...