I would like to learn how to create a data frame in RStudio specific to my data which looks like this :
I read online what the code should be in general although I do not understand it fully, it looks like this :
# Create the data frame.
pois.data <- data.frame(
)
Also I do not know how to execute this data frame after, is it by calling the variable name I stored it in?