Skip to content

Exercise07-ThereseReisch#17

Open
treisch1 wants to merge 1 commit into
qtran4:mainfrom
treisch1:main
Open

Exercise07-ThereseReisch#17
treisch1 wants to merge 1 commit into
qtran4:mainfrom
treisch1:main

Conversation

@treisch1
Copy link
Copy Markdown

@treisch1 treisch1 commented Nov 4, 2022

No description provided.

Comment thread exercise07submission.R
##### set to appropriate working directory
setwd("/Users/theresereisch/Desktop/Exercise07")
##### use read.table to switch the delimiter from commas to tab
iris.txt <- read.table("iris.csv", header=T, sep='\t')
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You just read the table here but not saving it

Comment thread exercise07submission.R
threeLetters <- c("a","b","c")

##### making list with all the components
list <- list(vector1, ndfb, part3, mat, threeLetters) No newline at end of file
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants