Skip to content

Exercise07 Hunter Gonzalez#13

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

Exercise07 Hunter Gonzalez#13
hgonzal3 wants to merge 1 commit into
qtran4:mainfrom
hgonzal3:main

Conversation

@hgonzal3
Copy link
Copy Markdown

@hgonzal3 hgonzal3 commented Nov 4, 2022

No description provided.

Comment thread Exercise7-Hgonzal3.R
@@ -0,0 +1,10 @@
#question1
write.table(read.csv("iris.csv"), "iris.txt", quote=F,row.names=FALSE)

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.

This is not a tab-delimited table

Comment thread Exercise7-Hgonzal3.R
scores<-data.frame(teams=c("Notre Dame","Syracuse"),scores=c(41,24))
number<-999
matrix<-matrix(1:50,byrow=TRUE,nrow=10,ncol=5)
letters<-c("lab")
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.

we need 3 letters here, not a word with 3 letters

Comment thread Exercise7-Hgonzal3.R
number<-999
matrix<-matrix(1:50,byrow=TRUE,nrow=10,ncol=5)
letters<-c("lab")
list1<-list(numbers,scores,number,matrix,letters) 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