Skip to content

Commit 28eefad

Browse files
Code styling
1 parent 90d68a3 commit 28eefad

2 files changed

Lines changed: 15 additions & 14 deletions

File tree

R/data-voter_count.R

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818
#'
1919
#' library(ggplot2)
2020
#'
21-
#' ggplot(voter_count,
22-
#' aes(percent_highest_office, percent_total_ballots_counted))+
23-
#' geom_point()+
24-
#' labs(title = "Total Ballots V Highest Office",
25-
#' x = "Highest Office",
26-
#' y = "Total Ballots")
21+
#' ggplot(voter_count, aes(x = percent_highest_office, y = percent_total_ballots_counted)) +
22+
#' geom_point() +
23+
#' labs(
24+
#' title = "Total Ballots V Highest Office",
25+
#' x = "Highest Office",
26+
#' y = "Total Ballots"
27+
#' )
2728
#'
28-
#' @source
29-
#' \href{http://www.electproject.org/home/voter-turnout/voter-turnout-data}{United States Election Project}
29+
#' @source \href{http://www.electproject.org/home/voter-turnout/voter-turnout-data}{United States Election Project}
3030
#'
3131
"voter_count"

man/voter_count.Rd

Lines changed: 7 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)