Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Superscript to subscript #295

Open
ssrsrb opened this issue Dec 2, 2020 · 1 comment
Open

Superscript to subscript #295

ssrsrb opened this issue Dec 2, 2020 · 1 comment

Comments

@ssrsrb
Copy link

ssrsrb commented Dec 2, 2020

Change superscript 2 in CO^2^ to subscript 2. I think it goes like this: CO_2

(not sure if this the most efficient way of reporting it)
efficientR/ Chapter 5.3 Line 99

There is often more than one way to read data into R and .csv files are no exception. The method you choose has implications for computational efficiency. This section investigates methods for getting plain text files into R, with a focus on three approaches: base R's plain text reading functions such as read.csv(); the data.table approach, which uses the function fread(); and the newer readr package which provides read_csv() and other read_*() functions such as read_tsv(). Although these functions perform differently, they are largely cross-compatible, as illustrated in the below chunk, which loads data on the concentration of CO^2^ in the atmosphere over time:

@csgillespie
Copy link
Owner

Thanks! I'll try and fix it in the near future

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants