Examveda

Which of the following opens connection to gz-compressed text file?

A. con <- gzfiles("words.gz")

B. con <- gzfile("words.gz")

C. con <- gzfile2("words.gz")

D. con <- gzfiles2("words.gz")

Answer: Option B


This Question Belongs to R Programming >> Data Structures In R Programming

Join The Discussion

Related Questions on Data Structures in R Programming