├── How to join a shapefile with a csv ├── README.md ├── constit │ ├── constituencies.cpg │ ├── constituencies.dbf │ ├── constituencies.prj │ ├── constituencies.qpj │ ├── constituencies.shp │ └── constituencies.shx ├── join_csv_with_shapefile.R ├── join_shp_with_csv.RData ├── join_shp_with_csv.Rmd ├── join_shp_with_csv.Rproj ├── join_shp_with_csv.html ├── join_shp_with_csv.md ├── newMap │ ├── newMap.dbf │ ├── newMap.prj │ ├── newMap.shp │ └── newMap.shx ├── run_checkpoint.R └── ukip_candidate_seats.csv ├── README.md └── using_Checkpoint ├── demo.R ├── readMe.Rmd ├── using_checkpoint.Rdata ├── using_checkpoint.Rproj ├── using_checkpoint.md └── using_checkpoint_files └── figure-markdown_github-ascii_identifiers ├── unnamed-chunk-4-1.png ├── unnamed-chunk-5-1.png └── unnamed-chunk-6-1.png /How to join a shapefile with a csv/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ft-interactive/R-tutorials/HEAD/How to join a shapefile with a csv/README.md -------------------------------------------------------------------------------- /How to join a shapefile with a csv/constit/constituencies.cpg: -------------------------------------------------------------------------------- 1 | UTF-8 -------------------------------------------------------------------------------- /How to join a shapefile with a csv/constit/constituencies.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ft-interactive/R-tutorials/HEAD/How to join a shapefile with a csv/constit/constituencies.dbf -------------------------------------------------------------------------------- /How to join a shapefile with a csv/constit/constituencies.prj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ft-interactive/R-tutorials/HEAD/How to join a shapefile with a csv/constit/constituencies.prj -------------------------------------------------------------------------------- /How to join a shapefile with a csv/constit/constituencies.qpj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ft-interactive/R-tutorials/HEAD/How to join a shapefile with a csv/constit/constituencies.qpj -------------------------------------------------------------------------------- /How to join a shapefile with a csv/constit/constituencies.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ft-interactive/R-tutorials/HEAD/How to join a shapefile with a csv/constit/constituencies.shp -------------------------------------------------------------------------------- /How to join a shapefile with a csv/constit/constituencies.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ft-interactive/R-tutorials/HEAD/How to join a shapefile with a csv/constit/constituencies.shx -------------------------------------------------------------------------------- /How to join a shapefile with a csv/join_csv_with_shapefile.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ft-interactive/R-tutorials/HEAD/How to join a shapefile with a csv/join_csv_with_shapefile.R -------------------------------------------------------------------------------- /How to join a shapefile with a csv/join_shp_with_csv.RData: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ft-interactive/R-tutorials/HEAD/How to join a shapefile with a csv/join_shp_with_csv.RData -------------------------------------------------------------------------------- /How to join a shapefile with a csv/join_shp_with_csv.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ft-interactive/R-tutorials/HEAD/How to join a shapefile with a csv/join_shp_with_csv.Rmd -------------------------------------------------------------------------------- /How to join a shapefile with a csv/join_shp_with_csv.Rproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ft-interactive/R-tutorials/HEAD/How to join a shapefile with a csv/join_shp_with_csv.Rproj -------------------------------------------------------------------------------- /How to join a shapefile with a csv/join_shp_with_csv.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ft-interactive/R-tutorials/HEAD/How to join a shapefile with a csv/join_shp_with_csv.html -------------------------------------------------------------------------------- /How to join a shapefile with a csv/join_shp_with_csv.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ft-interactive/R-tutorials/HEAD/How to join a shapefile with a csv/join_shp_with_csv.md -------------------------------------------------------------------------------- /How to join a shapefile with a csv/newMap/newMap.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ft-interactive/R-tutorials/HEAD/How to join a shapefile with a csv/newMap/newMap.dbf -------------------------------------------------------------------------------- /How to join a shapefile with a csv/newMap/newMap.prj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ft-interactive/R-tutorials/HEAD/How to join a shapefile with a csv/newMap/newMap.prj -------------------------------------------------------------------------------- /How to join a shapefile with a csv/newMap/newMap.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ft-interactive/R-tutorials/HEAD/How to join a shapefile with a csv/newMap/newMap.shp -------------------------------------------------------------------------------- /How to join a shapefile with a csv/newMap/newMap.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ft-interactive/R-tutorials/HEAD/How to join a shapefile with a csv/newMap/newMap.shx -------------------------------------------------------------------------------- /How to join a shapefile with a csv/run_checkpoint.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ft-interactive/R-tutorials/HEAD/How to join a shapefile with a csv/run_checkpoint.R -------------------------------------------------------------------------------- /How to join a shapefile with a csv/ukip_candidate_seats.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ft-interactive/R-tutorials/HEAD/How to join a shapefile with a csv/ukip_candidate_seats.csv -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ft-interactive/R-tutorials/HEAD/README.md -------------------------------------------------------------------------------- /using_Checkpoint/demo.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ft-interactive/R-tutorials/HEAD/using_Checkpoint/demo.R -------------------------------------------------------------------------------- /using_Checkpoint/readMe.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ft-interactive/R-tutorials/HEAD/using_Checkpoint/readMe.Rmd -------------------------------------------------------------------------------- /using_Checkpoint/using_checkpoint.Rdata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ft-interactive/R-tutorials/HEAD/using_Checkpoint/using_checkpoint.Rdata -------------------------------------------------------------------------------- /using_Checkpoint/using_checkpoint.Rproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ft-interactive/R-tutorials/HEAD/using_Checkpoint/using_checkpoint.Rproj -------------------------------------------------------------------------------- /using_Checkpoint/using_checkpoint.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ft-interactive/R-tutorials/HEAD/using_Checkpoint/using_checkpoint.md -------------------------------------------------------------------------------- /using_Checkpoint/using_checkpoint_files/figure-markdown_github-ascii_identifiers/unnamed-chunk-4-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ft-interactive/R-tutorials/HEAD/using_Checkpoint/using_checkpoint_files/figure-markdown_github-ascii_identifiers/unnamed-chunk-4-1.png -------------------------------------------------------------------------------- /using_Checkpoint/using_checkpoint_files/figure-markdown_github-ascii_identifiers/unnamed-chunk-5-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ft-interactive/R-tutorials/HEAD/using_Checkpoint/using_checkpoint_files/figure-markdown_github-ascii_identifiers/unnamed-chunk-5-1.png -------------------------------------------------------------------------------- /using_Checkpoint/using_checkpoint_files/figure-markdown_github-ascii_identifiers/unnamed-chunk-6-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ft-interactive/R-tutorials/HEAD/using_Checkpoint/using_checkpoint_files/figure-markdown_github-ascii_identifiers/unnamed-chunk-6-1.png --------------------------------------------------------------------------------