Skip to content

Exercise 07 Script#20

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

Exercise 07 Script#20
avivalund wants to merge 1 commit into
qtran4:mainfrom
avivalund:main

Conversation

@avivalund
Copy link
Copy Markdown

No description provided.

Comment thread Exercise7Script.R
#a 10-row, 5-column matrix containing integers from 1 to 50
matrx <- matrix(data=1:50, nrow=10, ncol=5)
#a vector containing three letters
lettrs <-("moo")
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.

three letters, not a word with three letters

Comment thread Exercise7Script.R
#a vector containing three letters
lettrs <-("moo")
#create a unified list
mylist <- list(hundrds, fball, nmbr, matrx, lettrs)
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.75

@avivalund
Copy link
Copy Markdown
Author

avivalund commented Nov 7, 2022 via email

@qtran4
Copy link
Copy Markdown
Owner

qtran4 commented Nov 7, 2022 via email

@avivalund
Copy link
Copy Markdown
Author

avivalund commented Nov 9, 2022 via email

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