Skip to content

Commit ea2cb3a

Browse files
committed
Housekeeping, tweak docs
1 parent 32b5102 commit ea2cb3a

File tree

8 files changed

+15
-11
lines changed

8 files changed

+15
-11
lines changed

R/common_docs.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
#' Use `nc_count(username = "USER", show = "all")`, to see the accessibility of
9696
#' collections.
9797
#'
98-
#' "Full" access means that data can be immediately requested directly through
98+
#' "Full" access means that data can be immediately downloaded directly through
9999
#' the `naturecounts` R package. "By request" means that a request must be
100100
#' [submitted
101101
#' online](https://naturecounts.ca/nc/default/searchquery.jsp) and

R/cosewic_tools.R

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -427,20 +427,19 @@ make_grid <- function(df_sf, cell_size) {
427427
#' basic map of Canada with a custom CRS (3347, Statistics Canada Lambert by
428428
#' default).
429429
#'
430-
#' @inheritParams common_docs
430+
#' @inheritParams args
431431
#'
432432
#' @return sf data frame
433433
#' @export
434434
#'
435435
#' @examples
436-
#'
437436
#' map_canada()
438437
#'
439438
#' plot(map_canada())
440439
#'
441440
#' library(ggplot2)
442441
#' ggplot(data = map_canada()) + geom_sf()
443-
#'
442+
444443
map_canada <- function(crs = 3347) {
445444
have_pkg_check("rnaturalearth")
446445
have_pkg_check("sf")

man/args.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/map_canada.Rd

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

man/nc_count.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/nc_data_dl.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/nc_permissions.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/nc_requests.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)