Which Of The Following Opens Connection To Gzcompressed Text #275
Which of the following opens connection to gz-compressed text file?
This multiple choice question (MCQ) is related to the book/course gs gs110 R Language. It can also be found in gs gs110 R - Data Storage, Formats, Objects and Operations - Connection Interfaces - Quiz No.1.
Which of the following opens connection to gz-compressed text file?
con <- gzfiles("words.gz")
con <- gzfile("words.gz")
con <- gzfile2("words.gz")
con <- gzfiles2("words.gz")