urlshorteneR:R包,用于缩短URL

时间:2024-05-18 11:56:37
【文件属性】:

文件名称:urlshorteneR:R包,用于缩短URL

文件大小:7KB

文件格式:ZIP

更新时间:2024-05-18 11:56:37

R

urlshorteneR 一个小型库,用于在R中生成短URL。 软件包将扩展一系列URL缩短服务中的URL。 这些服务数量惊人地多(请查看)。 我尝试了此软件包,它在扩展缩短的URL方面做得很好。 但是,它不提供缩短服务或访问分析功能。 安装 您可以直接从github存储库安装该库。 library(devtools) install_github("DataWookie/urlshorteneR") 用法 加载库。 library(urlshorteneR) 为身份验证。 key = "863558629146-3bh2qh1j4c976mf5dtm6n73gi85esn2h.apps.googleusercontent.com" secret = "BmLO7fMzZWwexWDp4x0sNh_c" shortener_authenticate(key, secret) 缩短


【文件预览】:
urlshorteneR-master
----.gitignore(63B)
----NAMESPACE(198B)
----R()
--------analytics.R(1KB)
--------expand.R(2KB)
--------user.R(2KB)
--------oauth.R(1KB)
--------shorten.R(1KB)
--------global.R(36B)
----README.md(3KB)
----tests()
--------testthat.R(63B)
----DESCRIPTION(302B)

网友评论