jhudsl / intro_to_r

A 2-week introduction to R programming course, with a focus on public health datasets
https://jhudatascience.org/intro_to_r/
MIT License
14 stars 6 forks source link

Places where fake data is made, can we make a jhur version? #416

Closed avahoffman closed 10 months ago

avahoffman commented 1 year ago

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.

carriewright11 commented 1 year 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?

avahoffman commented 1 year ago

Could also be a csv file. just not data generated within R.

carriewright11 commented 10 months ago

Here are the current datasets just to help know what we are working with in the lecture:

datasets in the lab:

carriewright11 commented 10 months ago

also I show a fairly complicated data import now for subsetting