url_dl: Download Instructional Documents

Description Usage Arguments Value Note Examples

Description

This function enables downloading documents for future instructional training.

Usage

1
  url_dl(..., url = "http://dl.dropbox.com/u/61803503/")

Arguments

...

Document names to download.

url

The download url.

Value

Places a copy of the downloaded document in the users working directory.

Note

Not intended for general use.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
# download transcript of the debate to working directory
url_dl(pres.deb1.docx, pres.deb2.docx, pres.deb3.docx)

# load multiple files with read transcript and assign to working directory
dat1 <- read.transcript("pres.deb1.docx", c("person", "dialogue"))
dat2 <- read.transcript("pres.deb2.docx", c("person", "dialogue"))
dat3 <- read.transcript("pres.deb3.docx", c("person", "dialogue"))

docs <- qcv(pres.deb1.docx, pres.deb2.docx, pres.deb3.docx)
dir() %in% docs
delete(docs)    #remove the documents
dir() %in% docs

trinker/qdap2 documentation built on May 31, 2019, 9:47 p.m.