first commit
This commit is contained in:
6
HD.R
Normal file
6
HD.R
Normal file
@@ -0,0 +1,6 @@
|
||||
# Michael Cayton
|
||||
# Script to import Happy Dad's Physic files and from them to Fortan readable format.
|
||||
# April 21st, 2016
|
||||
|
||||
ns54U140105 <- read.delim2("~/Desktop/ns54U140105.txt", header=FALSE)
|
||||
write.fwf(ns54U140105, file="~/Desktop/test.txt", sep =" ", colnames = F, rownames=F, quote=F, width=1, scientific=T)
|
||||
Reference in New Issue
Block a user