Skip to content

G Andreasen submission#19

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

G Andreasen submission#19
midwesternmouse wants to merge 1 commit into
qtran4:mainfrom
midwesternmouse:main

Conversation

@midwesternmouse
Copy link
Copy Markdown

No description provided.

@midwesternmouse midwesternmouse changed the title Upload of my R script G Andreasen submission Nov 4, 2022
Comment thread Exercise07.R

# Problem 1: Convert iris.csv to a tab delimited iris.txt
iris_csv <- read.csv("iris.csv")
write.table(read.csv("iris.csv", sep = ","), "iris.tab")
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 need an argument sep = "\t" here

Comment thread Exercise07.R
score = c(41, 24)),
999,
matrix(seq(1, 50), nrow = 10, ncol = 5),
c("m", "l", "a")) 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