adplus-dvertising
frame-decoration

Question

________ opens a connection to a file compressed with gzip.

a.

url

b.

gzfile

c.

bzfile

d.

file

Posted under R Programming

Answer: (b).gzfile

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. ________ opens a connection to a file compressed with gzip.

Similar Questions

Discover Related MCQs

Q. Connections to text files can be created with the ________ function.

Q. Which of the following R code creates a connection to ‘foo.txt’?

Q. Which of the following code opens a connection to the file foo.txt, reads from it, and closes the connection when its done?

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

Q. Point out the correct statement?

Q. Point out the wrong statement?

Q. Point out the correct statement?

Q. Point out the wrong statement?

Q. Point out the wrong statement?

Q. Which of the following code represents internal representation of a Date object?

Q. Which of the following function gives the day of the week?

Q. Point out the correct statement?

Q. Point out the wrong statement?

Q. Which of the following return a subset of the columns of a data frame?

Q. Point out the correct statement?

Q. _________ extract a subset of rows from a dataframe based on logical conditions.

Q. _________ generate summary statistics of different variables in the data frame, possibly within strata.

Q. Point out the wrong statement?

Q. ________ add new variables/columns or transform existing variables.

Q. The _______ operator is used to connect multiple verb actions together into a pipeline.