Homework 1

RMarkdown Tutorial

Alexa Potter
2022-06-04

My Code

x <- c(2,4,6,8)
x+2
[1]  4  6  8 10
x*2
[1]  4  8 12 16
x/2
[1] 1 2 3 4
x-2
[1] 0 2 4 6

Reuse

Text and figures are licensed under Creative Commons Attribution CC BY-NC 4.0. The figures that have been reused from other sources don't fall under this license and can be recognized by a note in their caption: "Figure from ...".

Citation

For attribution, please cite this work as

Potter (2022, June 7). Data Analytics and Computational Social Science: Homework 1. Retrieved from https://github.com/DACSS/dacss_course_website/posts/httpsrpubscomapotter910534/

BibTeX citation

@misc{potter2022homework,
  author = {Potter, Alexa},
  title = {Data Analytics and Computational Social Science: Homework 1},
  url = {https://github.com/DACSS/dacss_course_website/posts/httpsrpubscomapotter910534/},
  year = {2022}
}