HW1

General Markdown File for Distill

TLamkin
2022-02-09

INTRODUCTION

Trying to get a project to publish on RPub and then, hopefully, my GitHub repository

Addition

Addition, for example:

1+1
[1] 2

Subraction

Subraction, for example:

5-4
[1] 1
9-2
[1] 7

Radius

Radius of a circle, for example:

x <- 5  # radius of a circle
x**2 * pi
[1] 78.53982

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

TLamkin (2022, Feb. 13). Data Analytics and Computational Social Science: HW1. Retrieved from https://github.com/DACSS/dacss_course_website/posts/httpsrpubscomtlamkin860400/

BibTeX citation

@misc{tlamkin2022hw1,
  author = {TLamkin, },
  title = {Data Analytics and Computational Social Science: HW1},
  url = {https://github.com/DACSS/dacss_course_website/posts/httpsrpubscomtlamkin860400/},
  year = {2022}
}