# curlR **Repository Path**: adv-r/curlR ## Basic Information - **Project Name**: curlR - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-13 - **Last Updated**: 2024-04-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # curlR [![AppVeyor build status](https://ci.appveyor.com/api/projects/status/github/rpkgs/curlR?branch=master&svg=true)](https://ci.appveyor.com/project/kongdd/curlR) [![Codecov test coverage](https://codecov.io/gh/rpkgs/curlR/branch/master/graph/badge.svg)](https://codecov.io/gh/rpkgs/curlR?branch=master) The goal of curlR is to ... ## Installation You can install the released version of curlR from [CRAN](https://CRAN.R-project.org) with: ``` r devtools::install_github("rpkgs/curlR") ``` ## Example This is a basic example which shows you how to solve a common problem: ``` r library(curlR) ## basic example code # git remote set-url origin https://github.com/rpkgs/curlR ``` ## selenium ```bash sudo apt-get install chromium-chromedriver ```