Giter Club home page Giter Club logo

intro-to-r-for-sas-programmers-workshop's Issues

Could not download the files

Hi ,
I am a new R learner and I was trying to download the files to practice (I am a SAS programmer), I did the following in R studio

getwd()
setwd("~/pharmavesreexercise")

This is the path to a folder I created and then the following
external.path <-
"https://github.com/pharmaverse/intro-to-r-for-sas-programmers-workshop/blob/main/data"

local.path <- ("/pharmavesreexercise.path")
subdir <- file.path("
/pharmavesreexercise.path", "save_data")

files <- c(
"adsl.RData",
"adsl.csv",
"adsl.sas7bdat",
"adsl_1.RData",
"adsl_2.RData",
"ae.rds",
"dm.rds",
"ds.rds",
"ex.rds",
"suppdm.rds",
"suppds.rds"
)

external files (with path)

urls <- file.path(external.path, paste(files, "raw=true", sep = "?"))

local files (with path)

dest <- file.path(local.path, files)

create data folder in wd

if (!file.exists(local.path)) {
dir.create(local.path)

subdirectory

dir.create(subdir)
}

download files if needed

download.file(urls, destfile = dest)

I am getting an error : ****

Error in download.file(urls, destfile = dest) :
'url' must be a length-one character vector**

**

Though I see a folder called pharamaexercisepath with a subfolder created in the environment
Thank you
nims1212

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.