Skip to content

Commit 7c78b1f

Browse files
committed
Merge branch 'main' of https://github.com/mps9506/rATTAINS
2 parents b5331bb + 11e1fce commit 7c78b1f

File tree

1 file changed

+31
-25
lines changed

1 file changed

+31
-25
lines changed

README.md

Lines changed: 31 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -112,14 +112,20 @@ Get a summary about assessed uses, parameters and plans in a HUC12:
112112
.unnest = FALSE)
113113

114114
tidyr::unnest(df, summary_by_use)
115-
#> # A tibble: 5 × 24
116-
#> huc12 assessment_unit_count total_catchment_area…¹ total_huc_area_sq_mi
117-
#> <chr> <int> <dbl> <dbl>
118-
#> 1 020700100204 17 46.1 46.2
119-
#> 2 020700100204 17 46.1 46.2
120-
#> 3 020700100204 17 46.1 46.2
121-
#> 4 020700100204 17 46.1 46.2
122-
#> 5 020700100204 17 46.1 46.2
115+
#> # A tibble: 11 × 24
116+
#> huc12 assessment_unit_count total_catchment_area…¹ total_huc_area_sq_mi
117+
#> <chr> <int> <dbl> <dbl>
118+
#> 1 0207001002… 18 46.1 46.2
119+
#> 2 0207001002… 18 46.1 46.2
120+
#> 3 0207001002… 18 46.1 46.2
121+
#> 4 0207001002… 18 46.1 46.2
122+
#> 5 0207001002… 18 46.1 46.2
123+
#> 6 0207001002… 18 46.1 46.2
124+
#> 7 0207001002… 18 46.1 46.2
125+
#> 8 0207001002… 18 46.1 46.2
126+
#> 9 0207001002… 18 46.1 46.2
127+
#> 10 0207001002… 18 46.1 46.2
128+
#> 11 0207001002… 18 46.1 46.2
123129
#> # ℹ abbreviated name: ¹​total_catchment_area_sq_mi
124130
#> # ℹ 20 more variables: assessed_catchment_area_sq_mi <dbl>,
125131
#> # assessed_cathcment_area_percent <dbl>,
@@ -132,22 +138,22 @@ Get a summary about assessed uses, parameters and plans in a HUC12:
132138
#> # A tibble: 16 × 25
133139
#> huc12 assessment_unit_count total_catchment_area…¹ total_huc_area_sq_mi
134140
#> <chr> <int> <dbl> <dbl>
135-
#> 1 0207001002… 17 46.1 46.2
136-
#> 2 0207001002… 17 46.1 46.2
137-
#> 3 0207001002… 17 46.1 46.2
138-
#> 4 0207001002… 17 46.1 46.2
139-
#> 5 0207001002… 17 46.1 46.2
140-
#> 6 0207001002… 17 46.1 46.2
141-
#> 7 0207001002… 17 46.1 46.2
142-
#> 8 0207001002… 17 46.1 46.2
143-
#> 9 0207001002… 17 46.1 46.2
144-
#> 10 0207001002… 17 46.1 46.2
145-
#> 11 0207001002… 17 46.1 46.2
146-
#> 12 0207001002… 17 46.1 46.2
147-
#> 13 0207001002… 17 46.1 46.2
148-
#> 14 0207001002… 17 46.1 46.2
149-
#> 15 0207001002… 17 46.1 46.2
150-
#> 16 0207001002… 17 46.1 46.2
141+
#> 1 0207001002… 18 46.1 46.2
142+
#> 2 0207001002… 18 46.1 46.2
143+
#> 3 0207001002… 18 46.1 46.2
144+
#> 4 0207001002… 18 46.1 46.2
145+
#> 5 0207001002… 18 46.1 46.2
146+
#> 6 0207001002… 18 46.1 46.2
147+
#> 7 0207001002… 18 46.1 46.2
148+
#> 8 0207001002… 18 46.1 46.2
149+
#> 9 0207001002… 18 46.1 46.2
150+
#> 10 0207001002… 18 46.1 46.2
151+
#> 11 0207001002… 18 46.1 46.2
152+
#> 12 0207001002… 18 46.1 46.2
153+
#> 13 0207001002… 18 46.1 46.2
154+
#> 14 0207001002… 18 46.1 46.2
155+
#> 15 0207001002… 18 46.1 46.2
156+
#> 16 0207001002… 18 46.1 46.2
151157
#> # ℹ abbreviated name: ¹​total_catchment_area_sq_mi
152158
#> # ℹ 21 more variables: assessed_catchment_area_sq_mi <dbl>,
153159
#> # assessed_cathcment_area_percent <dbl>,
@@ -160,7 +166,7 @@ Get a summary about assessed uses, parameters and plans in a HUC12:
160166
#> # A tibble: 1 × 25
161167
#> huc12 assessment_unit_count total_catchment_area…¹ total_huc_area_sq_mi
162168
#> <chr> <int> <dbl> <dbl>
163-
#> 1 020700100204 17 46.1 46.2
169+
#> 1 020700100204 18 46.1 46.2
164170
#> # ℹ abbreviated name: ¹​total_catchment_area_sq_mi
165171
#> # ℹ 21 more variables: assessed_catchment_area_sq_mi <dbl>,
166172
#> # assessed_cathcment_area_percent <dbl>,

0 commit comments

Comments
 (0)