gadenbuie / metathis
Showing 2 of 9 files from the diff.
Newly tracked file
R/social.R changed.
Newly tracked file
R/geo.R changed.
Other files ignored by Codecov
DESCRIPTION has changed.
NEWS.md has changed.
man/meta_geo.Rd has changed.
cran-comments.md has changed.
README.Rmd has changed.
README.md has changed.

@@ -37,7 +37,7 @@
Loading
37 37
#'   - [Open Graph](https://ogp.me/)
38 38
#'   - [Google Structured Data Testing Tool](https://search.google.com/structured-data/testing-tool)
39 39
#'   - [Facebook Sharing Debugger](https://developers.facebook.com/tools/debug/)
40 -
#'   - [Twitter Card Documentation](https://developer.twitter.com/en/docs/tweets/optimize-with-cards/guides/getting-started)
40 +
#'   - [Twitter Card Documentation](https://developer.twitter.com/en/docs/twitter-for-websites/cards/guides/getting-started)
41 41
#'   - [Twitter Card Validator](https://cards-dev.twitter.com/validator)
42 42
#'
43 43
#' @template describe-meta-return

@@ -8,7 +8,7 @@
Loading
8 8
#'   as `"lat;long"`. Can optionally be a length-two vector, i.e. `c(lat,
9 9
#'   long)`.
10 10
#' @param geo_region Name of the geographic region related to the page content,
11 -
#'   specified using [ISO-3166](http://en.wikipedia.org/wiki/ISO_3166)
11 +
#'   specified using [ISO-3166](https://en.wikipedia.org/wiki/ISO_3166)
12 12
#'   2-character country code and 2-character national subdivision. Example:
13 13
#'   `"US-NY"`.
14 14
#' @param geo_placename Name of the geographic place related to the page
Files Coverage
R 100.00%
Project Totals (8 files) 100.00%
Sunburst
The inner-most circle is the entire project, moving away from the center are folders then, finally, a single file. The size and color of each slice is representing the number of statements and the coverage, respectively.
Icicle
The top section represents the entire project. Proceeding with folders and finally individual files. The size and color of each slice is representing the number of statements and the coverage, respectively.
Grid
Each block represents a single file in the project. The size and color of each block is represented by the number of statements and the coverage, respectively.
Loading