sao_paulo_activity_df_20 | R Documentation |
Each row of this table contains a single trip of people in the São Paulo city.
sao_paulo_activity_df_2
represents the movement of 2 people,
sao_paulo_activity_df_20
represents the movement of 20 people.
sao_paulo_activity_df_20
A data frame with columns:
Person identifier.
Origin coordinate X.
Origin coordinate Y.
Destination coordinate X.
Destination coordinate Y.
Main mode.
Departure hour.
Departure minute.
See the code used to create this data, and the full open dataset with 128 variables, the file data-raw/sao-paulo-activity-data.R in the package's GitHub repo.
dim(sao_paulo_activity_df_20) names(sao_paulo_activity_df_20) head(sao_paulo_activity_df_20) dim(sao_paulo_activity_df_2) names(sao_paulo_activity_df_2) head(sao_paulo_activity_df_2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.