Closed avahoffman closed 10 months ago
I have an issue to add it to jhur but. just haven't been able to get to it yet. It sounds like you would prefer to read an excel file - is that correct?
Could also be a csv file. just not data generated within R.
Here are the current datasets just to help know what we are working with in the lecture:
bike
dataset from JHUR and we now read it in instead of just loading itairquality
dataset which was a great one for my NA
needs. rep
and seq
(which I think is one of the few times we review those functions). I copied this recoding dataset to our website as excel and show how to import that way again. datasets in the lab:
also I show a fairly complicated data import now for subsetting
Can read in some data even if it's tiny, kinda like https://github.com/jhudsl/intro_to_r/blob/main/data/asthma.xlsx
I think it is good for people to practice.