stringr.plus

时间:2024-04-01 13:29:17
【文件属性】:

文件名称:stringr.plus

文件大小:94KB

文件格式:ZIP

更新时间:2024-04-01 13:29:17

hacktoberfest R

stringr.plus 概述 stringr.plus提供了一些在stringr中找不到的用于处理字符串的附加功能。 tidyverse的功能可以很好地发挥作用。 该功能对于处理URL和文件路径数据以从字符串中提取特定文本特别有用。 安装 您可以使用以下命令从安装stringr.plus的发行版本: # install.packages("remotes") remotes :: install_github( " johncassil/stringr.plus " ) 例子 在使用url或文件路径时,经常会想删除模式或符号之前或之后的所有内容。 有时我们需要提取模式之间的文本: library( stringr.plus ) url <- ' www.carfax.com/vehicle/3GCPKTE77DG348900 ' # What if we need just the


【文件预览】:
stringr.plus-main
----README.Rmd(5KB)
----man()
--------str_extract_before.Rd(1KB)
--------figures()
--------str_extract_context.Rd(775B)
--------str_extract_between.Rd(1KB)
--------str_extract_after_date.Rd(2KB)
--------str_extract_context_all.Rd(797B)
--------str_extract_after.Rd(1KB)
--------str_extract_before_date.Rd(2KB)
--------str_detect_multiple.Rd(2KB)
----NAMESPACE(363B)
----.github()
--------FUNDING.yml(66B)
--------workflows()
--------.gitignore(7B)
----tests()
--------testthat()
--------testthat.R(68B)
----stringr.plus.Rproj(405B)
----LICENSE(40B)
----.Rbuildignore(53B)
----.gitignore(40B)
----R()
--------after.R(5KB)
--------before.R(5KB)
--------context.R(3KB)
--------multiple.R(2KB)
--------between.R(2KB)
----DESCRIPTION(736B)
----README.md(5KB)

网友评论