8000 fix ci · plotly/plotly.r-docs@ddbe4b2 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit ddbe4b2

Browse files
author
mahdis-z
committed
fix ci
1 parent e3789dc commit ddbe4b2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

r/2020-01-30-choropleth-rmapbox.Rmd

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ display_as: maps
44
language: r
55
layout: base
66
name: Choropleth mapbox
7-
order: 13
7+
order: 8
88
output:
99
html_document:
1010
keep_md: true
@@ -45,7 +45,6 @@ Here we load a GeoJSON file containing the geometry information for US counties,
4545
library(rjson)
4646
url = 'https://raw.githubusercontent.com/plotly/datasets/master/geojson-counties-fips.json'
4747
json_file <- rjson::fromJSON(file=url)
48-
json_file$features[1]
4948
json_file$features[[1]]$id
5049
```
5150

0 commit comments

Comments
 (0)
0