---
title: "Project Proposal Template"
editor: visual
author:
  - name:
  - name:
  - name:
date: today
format: docx
---

# Project Proposal Title

## Introduction and Data

Type text here

## Research question

Type text here

## Data

```{r}

# set your working directory - make sure the dataset is in this folder
#stwd(filepath/pol51)
setwd()


# upload the dataset using read.csv
# read.csv(dataset_name.csv)
read.csv()

# run the head fuction like the following
# head(data_setname.csv)
head()
```

## Sources

Add citation
