DACSS601 HW1-RMD-FB

Felix Betancourt
2022-06-03

My Code

This is my first RMD.

# Example of a simple calculation
2+2
[1] 4

Another code example

Now let’s try another chunk

#create variable z
z <- 9
#create variable y
y <- 18
#see it in action
z * y
[1] 162

And it is ready to share!

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

Betancourt (2022, June 7). Data Analytics and Computational Social Science: DACSS601 HW1-RMD-FB. Retrieved from https://github.com/DACSS/dacss_course_website/posts/httpsrpubscomspconway911968/

BibTeX citation

@misc{betancourt2022dacss601,
  author = {Betancourt, Felix},
  title = {Data Analytics and Computational Social Science: DACSS601 HW1-RMD-FB},
  url = {https://github.com/DACSS/dacss_course_website/posts/httpsrpubscomspconway911968/},
  year = {2022}
}