diff --git a/docs/pkgdown.yml b/docs/pkgdown.yml index 0599ebe..88b2e9b 100644 --- a/docs/pkgdown.yml +++ b/docs/pkgdown.yml @@ -2,7 +2,7 @@ pandoc: '2.18' pkgdown: 2.0.6 pkgdown_sha: ~ articles: {} -last_built: 2022-10-03T16:52Z +last_built: 2022-10-06T09:41Z urls: reference: https://ulyngs.github.io/pagedownCV/reference article: https://ulyngs.github.io/pagedownCV/articles diff --git a/docs/reference/add_leading_zeroes_and_letter.html b/docs/reference/add_leading_zeroes_and_letter.html index ca92cec..c70bea8 100644 --- a/docs/reference/add_leading_zeroes_and_letter.html +++ b/docs/reference/add_leading_zeroes_and_letter.html @@ -88,14 +88,7 @@

Examplespublications |> filter(type == "journal article") |> add_leading_zeroes_and_letter("J") -#> # A tibble: 4 × 11 -#> type authors year date title venue venue…¹ award url mater…² number -#> <chr> <chr> <dbl> <date> <chr> <chr> <chr> <chr> <chr> <chr> <chr> -#> 1 journ… Ulrik … 2022 2022-06-02 The … Inte… "IJHCS… NA http… https:… J4 -#> 2 journ… Konrad… 2021 2021-12-21 Befo… Inte… "" NA http… https:… J3 -#> 3 journ… Katie … 2021 2021-07-01 Desi… ACM … "TOCHI… NA http… NA J2 -#> 4 journ… Ulrik … 2016 2016-12-01 Hear… Jour… "JEP:H… NA http… NA J1 -#> # … with abbreviated variable names ¹​venue_abbrev, ²​materials +#> Error in filter(publications, type == "journal article"): object 'publications' not found diff --git a/docs/reference/blank_year_when_repeated.html b/docs/reference/blank_year_when_repeated.html index e814864..371cbd1 100644 --- a/docs/reference/blank_year_when_repeated.html +++ b/docs/reference/blank_year_when_repeated.html @@ -75,14 +75,7 @@

Examples
publications |>
   filter(type == "journal article") |>
   blank_year_when_repeated()
-#> # A tibble: 4 × 10
-#>   type          authors year  date       title venue venue…¹ award url   mater…²
-#>   <chr>         <chr>   <chr> <date>     <chr> <chr> <chr>   <chr> <chr> <chr>  
-#> 1 journal arti… Ulrik … "202… 2022-06-02 The … Inte… "IJHCS… NA    http… https:…
-#> 2 journal arti… Konrad… "202… 2021-12-21 Befo… Inte… ""      NA    http… https:…
-#> 3 journal arti… Katie … ""    2021-07-01 Desi… ACM … "TOCHI… NA    http… NA     
-#> 4 journal arti… Ulrik … "201… 2016-12-01 Hear… Jour… "JEP:H… NA    http… NA     
-#> # … with abbreviated variable names ¹​venue_abbrev, ²​materials
+#> Error in filter(publications, type == "journal article"): object 'publications' not found
 
 
diff --git a/docs/reference/index.html b/docs/reference/index.html index b18861e..e21974e 100644 --- a/docs/reference/index.html +++ b/docs/reference/index.html @@ -69,21 +69,11 @@

All functionscv_entries - -
Non-publication entries from Ulrik Lyngs' CV
-
- manual_page_break_after_row()
Adds a page break after a row that contains a specified text
- publications -
-
Publication entries from Ulrik Lyngs' CV
-
- replace_first_name_with_initial_and_dot()
Take a comma-separated string of authors and replace the first names with an initial and a dot
@@ -92,6 +82,11 @@

All functionssave_gsheet_as_csv()
Read in a public google sheet and save it as CSV
+

+ + save_gsheet_as_excel_workbook() +
+
Read in a public google sheet and save its sheets as a
diff --git a/docs/reference/manual_page_break_after_row.html b/docs/reference/manual_page_break_after_row.html index d3783c2..a1f63c4 100644 --- a/docs/reference/manual_page_break_after_row.html +++ b/docs/reference/manual_page_break_after_row.html @@ -95,13 +95,7 @@

Examples mutate(citation = glue::glue("{title}, {year}")) |> select(year, citation) |> manual_page_break_after_row("citation", "Before and after GDPR") -#> # A tibble: 4 × 2 -#> year citation -#> <dbl> <glue> -#> 1 2022 The Goldilocks Level of Support: Using User Reviews, Ratings, and Insta… -#> 2 2021 Before and after GDPR: tracking in mobile apps, 2021 <br class='pageBre… -#> 3 2021 Designing for Youth-Centered Moderation and Community Governance in Min… -#> 4 2016 Hearing in Colour: How Expectations Distort Perception of Skin Tone, 20… +#> Error in filter(publications, type == "journal article"): object 'publications' not found diff --git a/docs/reference/my_precious.xlsx b/docs/reference/my_precious.xlsx new file mode 100644 index 0000000..592c42a Binary files /dev/null and b/docs/reference/my_precious.xlsx differ diff --git a/docs/reference/pagedownCV-package.html b/docs/reference/pagedownCV-package.html index 5b14a28..09bf922 100644 --- a/docs/reference/pagedownCV-package.html +++ b/docs/reference/pagedownCV-package.html @@ -53,12 +53,18 @@ +
+

See also

+ +

Author

Maintainer: Ulrik Lyngs ulrik.lyngs@gmail.com (ORCID)

- +