-
Notifications
You must be signed in to change notification settings - Fork 1
/
.Rhistory
71 lines (71 loc) · 1.36 KB
/
.Rhistory
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
demo()
colors()
hcl()
md
?md
??md
install.packages("slidify")
install.packages("ggplot2")
library(ggplot2)
source('~/.active-rstudio-document')
R.Version()
source('~/R/AAOS Sun Study/Sun Angle Cleanup.R')
source('~/R/AAOS Sun Study/Sun Angle Cleanup.R')
source('~/R/AAOS Sun Study/Sun Angle Cleanup.R')
source('~/R/AAOS Sun Study/Sun Angle Cleanup.R')
source('~/R/AAOS Sun Study/Sun Angle Cleanup.R')
install.packages("knitr")
library("knitr", lib.loc="C:/Users/mpfammatter/Documents/R/win-library/3.1")
setwd("~/GitHub/RevitLauncher")
pandoc("readme.md", format="docx")
?knitr
get(wd)
getwd()
x = list.files("./help/")
head(x)
y = gsub(" ", "_", x)
head(y)
file.rename(x, y)
setwd(./help/)
setwd(./help)
setwd("./help/")
file.rename(x, y)
x = clipboard()
x = readClipboard()
x
x = readClipboard(format=5)
x = readClipboard(format=7)
x = readClipboard(format=13)
x
x = radClipboard()
x = readClipboard()
x
x = c("", x)
x
x = matrix(x, ncol=3)
x = readClipboard()
x = c("", x)
y = data.frame(matrix, nrow=3)
y
y = data.frame(matrix(x, nrow=3))
x
y
View(y)
y = data.frame(matrix(x, ncol=3))
View(y)
y = data.frame(matrix(x, ncol=3, byrow=T))
y
x = readclipboard()
x = readClipboard()
y = data.frame(matrix(x, ncol=3, byrow=T))
y
z = y$X1[2:13]
z
z = as.character(z)
z
strsplit(z, " & ")
unlist(strsplit(z, " & "))
z = unlist(strsplit(z, " & "))
z = z[c(1:6, 8:23)]
z
matrix(z, ncol=2, byrow=T)