Skip to content

MurrellThomas_Exercise07_Submission#3

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

MurrellThomas_Exercise07_Submission#3
imurrell wants to merge 1 commit into
qtran4:mainfrom
imurrell:main

Conversation

@imurrell
Copy link
Copy Markdown

@imurrell imurrell commented Nov 1, 2022

No description provided.

Comment thread MurrellThomas_Exercise7.R

# Problem 1
# need to read the given .csv file and store it as a variable
myfile=read.csv("iris.csv", header=TRUE, 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.

this is an csv file, you don't need the sep argument here

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.

-0.25

Comment thread MurrellThomas_Exercise7.R
# e. A vector containing three letters
vec2=letters[1:3]
# list creation
list1=list(vec1,df1,num1,matrix1,vec2) 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.75

Copy link
Copy Markdown
Owner

@qtran4 qtran4 left a comment

Choose a reason for hiding this comment

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

1.75

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