Skip to content

Commit

Permalink
doc vignettes update
Browse files Browse the repository at this point in the history
  • Loading branch information
SoaresAlisson committed Aug 27, 2024
1 parent 019e602 commit acccb4a
Show file tree
Hide file tree
Showing 6 changed files with 681 additions and 13 deletions.
264 changes: 264 additions & 0 deletions docs/articles/First_steps.html

Large diffs are not rendered by default.

375 changes: 375 additions & 0 deletions docs/articles/stopwords.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ articles:
entities_and_relation_extraction: entities_and_relation_extraction.html
First_steps: First_steps.html
stopwords: stopwords.html
last_built: 2024-08-27T01:50Z
last_built: 2024-08-27T01:55Z
16 changes: 4 additions & 12 deletions docs/reference/ll.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 34 additions & 0 deletions docs/sitemap.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<urlset xmlns = 'http://www.sitemaps.org/schemas/sitemap/0.9'>
<url><loc>/404.html</loc></url>
<url><loc>/articles/First_steps.html</loc></url>
<url><loc>/articles/entities_and_relation_extraction.html</loc></url>
<url><loc>/articles/index.html</loc></url>
<url><loc>/articles/stopwords.html</loc></url>
<url><loc>/authors.html</loc></url>
<url><loc>/index.html</loc></url>
<url><loc>/reference/all_words.html</loc></url>
<url><loc>/reference/connectors.html</loc></url>
<url><loc>/reference/count_vec.html</loc></url>
<url><loc>/reference/extract_abbrev.html</loc></url>
<url><loc>/reference/extract_entity.html</loc></url>
<url><loc>/reference/extract_graph.html</loc></url>
<url><loc>/reference/extract_ppn.html</loc></url>
<url><loc>/reference/extract_relation.html</loc></url>
<url><loc>/reference/f.html</loc></url>
<url><loc>/reference/gen_dict.html</loc></url>
<url><loc>/reference/gen_stopwords.html</loc></url>
<url><loc>/reference/grep2.html</loc></url>
<url><loc>/reference/grepl2.html</loc></url>
<url><loc>/reference/gsub2.html</loc></url>
<url><loc>/reference/hello.html</loc></url>
<url><loc>/reference/il.html</loc></url>
<url><loc>/reference/index.html</loc></url>
<url><loc>/reference/ll.html</loc></url>
<url><loc>/reference/ls2v.html</loc></url>
<url><loc>/reference/regex_NomeProprio.html</loc></url>
<url><loc>/reference/s2ppn.html</loc></url>
<url><loc>/reference/s2v.html</loc></url>
<url><loc>/reference/s_extract_all.html</loc></url>
<url><loc>/reference/shuffle_time.html</loc></url>
</urlset>

3 changes: 3 additions & 0 deletions vignettes/First_steps.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ To load many packages with {string operations} simply use `sto::ll("package1 pac
sto::ll("sto dplyr ggplot2 stringr tidyr")
```

```{r s2ll echoTrue, eval=TRUE, echo=FALSE}
sto::ll("sto dplyr")
```

## Generate a string using variables

Expand Down

0 comments on commit acccb4a

Please sign in to comment.