Chapter 19 Multiple choice questions

Quiz Content

not completed
. Which line of code is most easily understood by someone other than the original programmer?

not completed
. Before committing code changes to GitHub, what do you need to do?

not completed
. Which object name is written in Dromedary case?

not completed
. Which of the following DOI numbers links to a publicly available data set? (You can use the website dx.doi.org to resolve them)

not completed
. Install the osfr package as described on page 309. Retrieve details of the node ebhnk using the osf_retrieve_node function, and list its subnodes with osf_ls_nodes function. How many sub-nodes are there? (Note you do not need to set up an authentication token to access public files).

not completed
. Download the list of files for the 6th node, entitled "EEG: event-related potentials". What is the name of the figure in this node?

not completed
. Use the osf_download function to download the file powercontoursERP.R. Open the script. How many lines does it contain?

not completed
. Install the hdf5r package and look at the documentation. Which line of code would use to create a new hdf5 format file?

not completed
. How could you reduce the file size of some data stored in csv format?

not completed
. Which of the following would NOT typically be stored in a metadata file:

Back to top