Skip to content
Snippets Groups Projects
Commit dd11e90f authored by yunxiaoj's avatar yunxiaoj
Browse files

Upload R file

parent 3e3d3dc4
Branches main
No related tags found
No related merge requests found
---
title: "506hw3"
author: "Yunxiao Jiang"
date: "11/29/2022"
output: html_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
## 2
```{r}
data <- read.csv("/Users/yunxiao/Desktop/GitLab/hw3/2020_Business_Academic_QCQ.txt", sep = ",",header = TRUE)
m
```
## Including Plots
You can also embed plots, for example:
```{r pressure, echo=FALSE}
plot(pressure)
```
Note that the `echo = FALSE` parameter was added to the code chunk to prevent printing of the R code that generated the plot.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment