A course in quantitative research workflow for students in the higher education administration program at the University of Florida
In this first assignment, I’m asking you to do three things:
Install all the software required for the course. Please set up a time to meet with me ASAP if you are having issues.
Initialize a New File > R Script in RStudio. Save it as
<lastname>_assignment_1.R
, replacing <lastname>
with your last name. (You can complete these steps using either the
drop down menus or the icons.)
Don’t forget to add .R
to the end of your file. You will know
you’ve done it correctly if the tab with your file name changes to
include an icon that looks like a sheet of paper with an “R”
superimposed on it. Also, don’t forget where you saved it on your
computer (you’ll need to be able to find it so that you can upload
it to CANVAS).
## install rmarkdown package
install.packages("rmarkdown")
## install tinytex
install.packages("tinytex")
tinytex::install_tinytex()
NB: Use The Markdown Guide at www.markdownguide.org to help you with this portion of the assignment.
Initialize a New File > Text File in RStudio. Save it as
<lastname>_assignment_1.md
, replacing <lastname>
with your last name. (You can complete these steps using either the
drop down menus or the icons.)
Don’t forget to add .md
to the end of your file. You will know
you’ve done it correctly if the tab with your file name changes to
include an icon that looks like a sheet of paper with an “MD”
superimposed on it. Also, don’t forget where you saved it on your
computer (you’ll need to be able to find it so that you can upload
it to CANVAS).
The following sentence, but add markdown syntax so that one word is bolded, one is italicized, and one is bold italicized:
In God we trust. All others must bring data.
x <- 1
inside*.pdf
or an *.html
version of the
file will be saved in same place as your *.md
file. Whether it is
a PDF or HTML file will depend on whether you selected to Preview
HTML or Preview PDF if you clicked the down arrow instead of the
button directly (the default if you click the button should be
*.html
).<lastname>_assignment_1.R
and
<lastname>_assignment_1.md
) to our CANVAS course site no later
than 11:59 p.m. EDT on the due date.