A course in quantitative research workflow for students in the higher education administration program at the University of Florida
scripts
, data
, and figures
) called
tables
.README.md
and place it in your new
tables
directory. In the tables/README.md
file,
add a header line that looks like the following, and save.
# Tables
Using template.R
(and organizing.R
for help), create a script that
does the following tasks — be sure your script is well organized:
template.R
and rename it to
<lastname>_assignment_2.R
. Make sure it is in your scripts
folder if its not already there.old_to_new_score_ratio
macro, but change it to a new
value.old_to_new_score()
function from class as is (just
cut and paste).test_scores.RDS
.test_scores_new_2
that converts the
original test scores to updated values using your new ratio and the
old_to_new_score()
function.data
directory with a
new name. You should now have three files: the original, the
updated one from the organizing
lesson, and the one you just made.NOTE When all is said and done, your new script should look much
like the organizing.R
script, but with your changes.
<lastname>_assignment_2.R
) in your scripts
directory (NOTE the different location) and your new README.md
file in your new tables/
directory.