R の文字列処理…「改行」はどうするか? 下記のとーり, "A\nB" ではダメだが cat("A\nB") なら 1 行目 A 2 行目 B と表示される. print("A\nB") だと出力は "A\nB" 上の説明,R 文字列処理について,ちょっと,いいかげんな解釈のような気がするけれど,まあ,とりあえず…
pic.twitter.com/ICbnN06Tgx
13:45:14
R ぐだぐだ文字列処理の一例… パラグラフ A パラグラフ B パラグラフ C … 逆の順にしたい x <- readLines("log.txt") invlog <- "" plog <- "" for (i in 1:length(x)) { plog <- paste(plog, x[i], "\n") if (x[i] == "") { invlog <- paste(plog, invlog, "\n") plog <- "" } }
15:01:15
RT
@JacobCDunn
: Job Alert!: I am looking for a Postdoc to work on primate vocal communication and evolution of speech (including comparative anatomy). I am looking for skills in any of the following: Geometric Morphometrics; Phylogenetic Comparative Methods; Bioacoustics. Contact me!! Please RT!
pic.twitter.com/UTSfRhZv5M
09:50:58