Skip to content

Commit

Permalink
second cache fix
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilHvitfeldt committed Aug 6, 2018
1 parent 0bc0eac commit 413b6bd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -350,4 +350,4 @@ data <- map_df(urls, ~ read_csv(.x))

Examples:

- https://www.kaylinpavlik.com/text-mining-south-park/
- https://www.kaylinpavlik.com/text-mining-south-park/
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,14 +316,14 @@ aeneid_latin <- perseus_catalog %>%
get_perseus_text()
head(aeneid_latin)
#> # A tibble: 6 x 7
#> text urn group_name label description language section
#> <chr> <chr> <chr> <chr> <chr> <chr> <int>
#> 1 Arma virumque cano,… urn:… Virgil Aene… "Perseus:b… lat 1
#> 2 Conticuere omnes, i… urn:… Virgil Aene… "Perseus:b… lat 2
#> 3 Postquam res Asiae … urn:… Virgil Aene… "Perseus:b… lat 3
#> 4 At regina gravi iam… urn:… Virgil Aene… "Perseus:b… lat 4
#> 5 Interea medium Aene… urn:… Virgil Aene… "Perseus:b… lat 5
#> 6 Sic fatur lacrimans… urn:… Virgil Aene… "Perseus:b… lat 6
#> text urn group_name label description language section
#> <chr> <chr> <chr> <chr> <chr> <chr> <int>
#> 1 Arma virum… urn:cts:… Virgil Aene… "Perseus:bib:oc… lat 1
#> 2 Conticuere… urn:cts:… Virgil Aene… "Perseus:bib:oc… lat 2
#> 3 Postquam r… urn:cts:… Virgil Aene… "Perseus:bib:oc… lat 3
#> 4 At regina … urn:cts:… Virgil Aene… "Perseus:bib:oc… lat 4
#> 5 Interea me… urn:cts:… Virgil Aene… "Perseus:bib:oc… lat 5
#> 6 Sic fatur … urn:cts:… Virgil Aene… "Perseus:bib:oc… lat 6
```

See [the vignette for more
Expand Down
1 change: 1 addition & 0 deletions README_cache/gfm/__packages
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ harrypotter
koanr
subtools
fs
rperseus

0 comments on commit 413b6bd

Please sign in to comment.