Description
Phrasal Verbs in English Club Website.
Description
Contains all phrasal verbs listed in <https://www.englishclub.com/ref/Phrasal_Verbs/> as data frame. Useful for educational purpose as well as for text mining.
README.md
phrases
The goal of phrases is to list all phrasal verbs in English Club website.
I believe it would be a good learning resource to improve English within R.
Example
Install with devtools::install_github("sumanstats/phrases")
or remotes::install_github("sumanstats/phrases")
.
To see all the phrasal verbs execute:
library(phrases)
View(phrases)