Thanks Z I know where TOY DATA is :D I just want to make one of them for myself. enfact in know the code for making dataframe out of my data but it gives me an error when i want to proceed with this code
circ <- circle_dat(go, tn)
This is the code i use for entering the excel files into R and make them datafarme:
go <- data.frame(read.xlsx(file.choose(), colNames=TRUE))
Hi farzaneafzali I am facing the same problem. Did you figure out how to solve it. Thanks, Hossam
What exactly is the problem, please clarify.
Thank you zx8754 for kind concern. I am beginner with R and i can load my data as .CSV file but the developers are using .rda format which i cannot created i have hard time to do this, can you help me?
They are just R data file formats, once you read them in they become R objects. Then you can compare with your CSV files. Please see for more info:
Thank you so much it worked!
Hi and sorry for the late reply. Recently, I have updated my R version into 3.5 and then updated all my packages. Then, the installation process took place. But, I still have problem with making
out of my data. It gives me this error:
I will post my problem as the new question now.