R 4 quick syntax reference : a pocket guide to the language, API's and library

Book Cover
Average Rating
Published
New York, NY : Apress, [2022].
Status
Available Online

Description

Loading Description...

More Details

Format
Edition
Third edition.
Language
English
ISBN
9781484279243, 1484279247
UPC
10.1007/978-1-4842-7924-3

Notes

General Note
Includes index.
Description
This handy reference book detailing the intricacies of R covers version 4.x features, including numerous and significant changes to syntax, strings, reference counting, grid units, and more. Starting with the basic structure of R, the book takes you on a journey through the terminology used in R and the syntax required to make R work. You will find looking up the correct form for an expression quick and easy. Some of the new material includes information on RStudio, S4 syntax, working with character strings, and an example using the Twitter API. With a copy of the R 4 Quick Syntax Reference in hand, you will find that you are able to use the multitude of functions available in R and are even able to write your own functions to explore and analyze data. What You Will Learn Discover the modes and classes of R objects and how to use them Use both packaged and user-created functions in R Import/export data and create new data objects in R Create descriptive functions and manipulate objects in R Take advantage of flow control and conditional statements Work with packages such as base, stats, and graphics Who This Book Is For Those with programming experience, either new to R, or those with at least some exposure to R but who are new to the latest version.
Local note
O'Reilly,O'Reilly Online Learning: Academic/Public Library Edition

Also in this Series

Checking series information...

More Like This

Loading more titles like this title...

Reviews from GoodReads

Loading GoodReads Reviews.

Citations

APA Citation, 7th Edition (style guide)

Tollefson, M. (2022). R 4 quick syntax reference: a pocket guide to the language, API's and library (Third edition.). Apress.

Chicago / Turabian - Author Date Citation, 17th Edition (style guide)

Tollefson, Margot. 2022. R 4 Quick Syntax Reference: A Pocket Guide to the Language, API's and Library. New York, NY: Apress.

Chicago / Turabian - Humanities (Notes and Bibliography) Citation, 17th Edition (style guide)

Tollefson, Margot. R 4 Quick Syntax Reference: A Pocket Guide to the Language, API's and Library New York, NY: Apress, 2022.

Harvard Citation (style guide)

Tollefson, M. (2022). R 4 quick syntax reference: a pocket guide to the language, API's and library. Third edn. New York, NY: Apress.

MLA Citation, 9th Edition (style guide)

Tollefson, Margot. R 4 Quick Syntax Reference: A Pocket Guide to the Language, API's and Library Third edition., Apress, 2022.

Note! Citations contain only title, author, edition, publisher, and year published. Citations should be used as a guideline and should be double checked for accuracy. Citation formats are based on standards as of August 2021.

Staff View

Grouped Work ID
32b264c0-fc16-22c2-85fa-3585fd0385d0-eng
Go To Grouped Work View in Staff Client

Grouping Information

Grouped Work ID32b264c0-fc16-22c2-85fa-3585fd0385d0-eng
Full titler 4 quick syntax reference a pocket guide to the language apis and library
Authortollefson margot
Grouping Categorybook
Last Update2024-12-17 08:40:50AM
Last Indexed2024-12-17 08:41:47AM

Book Cover Information

Image SourcecontentCafe
First LoadedDec 7, 2023
Last UsedNov 4, 2024

Marc Record

First DetectedMar 20, 2023 10:17:04 AM
Last File Modification TimeDec 17, 2024 08:18:44 AM
SuppressedRecord had no items

MARC Record

LEADER04118cam a2200493 i 4500
001on1304904856
003OCoLC
00520241217081805.0
006m     o  d        
007cr cnu|||unuuu
008220322s2022    nyu     o     001 0 eng d
019 |a 1304243729|a 1304359817|a 1304400871|a 1304463514|a 1346260288
020 |a 9781484279243|q (electronic bk.)
020 |a 1484279247|q (electronic bk.)
0247 |a 10.1007/978-1-4842-7924-3|2 doi
035 |a (OCoLC)1304904856|z (OCoLC)1304243729|z (OCoLC)1304359817|z (OCoLC)1304400871|z (OCoLC)1304463514|z (OCoLC)1346260288
037 |a 9781484279243|b O'Reilly Media
040 |a ORMDA|b eng|e rda|e pn|c ORMDA|d ORMDA|d EBLCP|d OCLCO|d GW5XE|d OCLCF|d YDX|d N$T|d UKAHL|d OCLCQ|d OCLCO|d OCLCL|d OCLCQ
049 |a MAIN
050 4|a QA276.45.R3
072 7|a COM000000|2 bisacsh
08204|a 005.13/3|2 23/eng/20221004
1001 |a Tollefson, Margot,|e author.
24510|a R 4 quick syntax reference :|b a pocket guide to the language, API's and library /|c Margot Tollefson.
250 |a Third edition.
264 1|a New York, NY :|b Apress,|c [2022]
300 |a 1 online resource (602 pages)
336 |a text|b txt|2 rdacontent
337 |a computer|b c|2 rdamedia
338 |a online resource|b cr|2 rdacarrier
500 |a Includes index.
5050 |a Part 1: R Basics -- 1. Downloading R and Setting Up a File System -- 2. The R Prompt -- 3. Assignments and Operators -- Part 2: Kinds of Objects -- 4. Modes of Objects -- 5. Classes of Objects -- Part 3: Functions -- 6. Packaged Functions -- 7. User Created Functions -- 8. How to Use a Function -- Part 4: I/O and Manipulating Objects -- 9. Importing/Creating Data -- 10. Exporting from R -- 11. Descriptive Functions and Manipulating Objects -- Part 5: Flow control -- 12. Flow Control -- 13. Examples of Flow Control -- 14. The Functions ifelse() and switch() -- Part 6: Some Common Functions, Packages and Techniques -- 15. Some Common Functions -- 16. The Packages base, stats and graphics -- 17. The Tricks of the Trade.
520 |a This handy reference book detailing the intricacies of R covers version 4.x features, including numerous and significant changes to syntax, strings, reference counting, grid units, and more. Starting with the basic structure of R, the book takes you on a journey through the terminology used in R and the syntax required to make R work. You will find looking up the correct form for an expression quick and easy. Some of the new material includes information on RStudio, S4 syntax, working with character strings, and an example using the Twitter API. With a copy of the R 4 Quick Syntax Reference in hand, you will find that you are able to use the multitude of functions available in R and are even able to write your own functions to explore and analyze data. What You Will Learn Discover the modes and classes of R objects and how to use them Use both packaged and user-created functions in R Import/export data and create new data objects in R Create descriptive functions and manipulate objects in R Take advantage of flow control and conditional statements Work with packages such as base, stats, and graphics Who This Book Is For Those with programming experience, either new to R, or those with at least some exposure to R but who are new to the latest version.
590 |a O'Reilly|b O'Reilly Online Learning: Academic/Public Library Edition
650 0|a R (Computer program language)|9 74517
758 |i has work:|a R 4 QUICK SYNTAX REFERENCE (Text)|1 https://id.oclc.org/worldcat/entity/E39PCYBg7b9VW9KXj6BDrYKDFX|4 https://id.oclc.org/worldcat/ontology/hasWork
77608|c Original|z 1484279239|z 9781484279236|w (OCoLC)1277279370
85640|u https://library.access.arlingtonva.us/login?url=https://learning.oreilly.com/library/view/~/9781484279243/?ar|x O'Reilly|z eBook
938 |a Askews and Holts Library Services|b ASKH|n AH39957010
938 |a ProQuest Ebook Central|b EBLB|n EBL6926789
938 |a YBP Library Services|b YANK|n 302793905
938 |a EBSCOhost|b EBSC|n 3199134
994 |a 92|b VIA
999 |c 283570|d 283570