© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2022
M. TollefsonR 4 Quick Syntax Referencehttps://doi.org/10.1007/978-1-4842-7924-3_9

9. Importing and Creating Data

Margot Tollefson1  
(1)
Vanward Statistics, PO Box 286, 612 Teneyck Avenue, Stratford, IA, 50249-0286, USA
 

When you are loading data into RStudio or R, you have options. R reads external objects using connection functions. The connections can be to files, Uniform Resource Locator (URL) addresses, pipes, or socket connections and can be an internal part of a function that reads from the connection, an argument to a function that reads from the connection, or a stand-alone function that opens a connection for reading (and, sometimes, writing). Some ...

Get R 4 Quick Syntax Reference: A Pocket Guide to the Language, API's and Library now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.