powered by
Return All Numeric Variables in A Dataframe
list.numeric(df)
a dataframe
numeric variable names
# NOT RUN { jh=data.frame(x=c(1,2,3,1), k=c(4,5,6,7), h=c('a','a','b','b')) list.numeric(jh) # }
Run the code above in your browser using DataLab