Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR R

create a table from dataframe in r

#R dataframe syntax
data.frame(x = c(1, 2, 3) , y = c(1.5, 5.5, 7.5))
 
PREVIOUS NEXT
Tagged: #create #table #dataframe
ADD COMMENT
Topic
Name
2+6 =