Displaying 2 results from an estimated 2 matches for "df_a".
Did you mean:
df_1
2010 May 12
1
slot assignment in S4 classes
...= representation(myDf = "data.frame"))
setGeneric(name = "doStuff", def = function(object, ...){standardGeneric("doStuff")})
setMethod(f = "doStuff",
signature = "TestClass",
definition = function(object, ...) {
return( object@myDf )
})
df_a <- data.frame(cbind(letters=letters, digits=runif(26)))
instance <- new(Class = "TestClass", myDf = df_a) # direct slot assignment. Is this bad? If so, why?
doStuff(instance)
## second way to do it (the R way?)
setClass(Class = "TestClass", representation = representatio...
2016 May 13
2
Division entre el numero de ocurrencias parciales y totalesdentro de un DataFrame de manera eficiente
Hola:
Aplicaré lo que dices de usar data.table.
Sobre hacer for, etc. Ya lo he hecho, pero pensaba que usar dplyr haría la
tarea más rápida por estar este implementado en C (si no me equivoco).
Siempre que puedo utilizo estas funciones, porque codificas menos y van más
rápido. En este caso el problema es que no he encontrado la manera de hacer
lo que quiero con dplyr o similar. La idea era al