Skip to Content
R Programming By Example
book

R Programming By Example

by Omar Trejo Navarro
December 2017
Beginner to intermediate
470 pages
12h 29m
English
Packt Publishing
Content preview from R Programming By Example

Lists

Lists can be ordered, unordered, and can be marked as tasks. These cover most cases you'll need, and they are very simple to use. For ordered lists, you can use hyphens (-) or asterisks (*), and you can nest them to create nested lists. For ordered lists, you can use numbers and letters. Finally, to create task lists, you simply need to put a pair of brackets at the beginning of an item ([]). If the brackets contain an X, then it means that the task has been completed. If the brackets have a space in between them, then the item is still pending.

If we use the following input:

1. This is an ordered item - This is an unordered item - This is another unordered item 2. This is another ordered item - [ ] This is a pending task - [X] This ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Efficient R Programming

Efficient R Programming

Colin Gillespie, Robin Lovelace
R Programming

R Programming

Jared P. Lander

Publisher Resources

ISBN: 9781788292542Supplemental Content