Skip to content

Commit f221634

Browse files
authored
Flag summary rows
Closes #373
1 parent 33c44b2 commit f221634

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

data/2021/2021-08-31/readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ bird_baths <- readr::read_csv('https://raw.githubusercontent.com/rfordatascience
8484
|bird_type |character | Bird species |
8585
|bird_count |double | |
8686

87+
Note: Rows in the data that are missing `survey_year`, `urban_rural`, and `bioregions` are totals from the source data.
88+
8789
### Cleaning Script
8890

8991
```
@@ -97,4 +99,4 @@ bird_df <- raw_df %>%
9799
janitor::clean_names()
98100
99101
bird_df
100-
```
102+
```

0 commit comments

Comments
 (0)