それは全体を含むパッケージですfortunes
パッケージを指し、ヘルプリスト、会議、フォーラム、さらにStackOverflowからのユーモラスな引用やコメントのセット。
実際には、参照できるデータベースまたは小さなデータフレームです。
library(fortunes)
fortune()
ランダムに取得するにはまたは、特定のものを探してください。例:
> fortune("stackoverflow")
datayoda: Bing is my friend...I found the cumsum() function.
Dirk Eddelbuettel: If bing is your friend, then rseek.org is bound
to be your uncle.
-- datayoda and Dirk Eddelbuettel (after searching for a function that
computes cumulative sums)
stackoverflow.com (October 2010)
あなただけの、
MyFortunes <- read.fortunes()
と呼ばれることもある数字を行い、このデータフレームの行番号で、データフレームでそれらのすべてを取得したい場合。 stackoverflowのすべてを見つけるには:
> grep("(?i)stackoverflow",MyFortunes$source)
[1] 273 275
> fortune(275)
I used a heuristic... pulled from my posterior. That makes it Bayesian, right?
-- JD Long (in a not too serious chat about modeling strategies)
Stackoverflow (November 2010)
私は有名です!!!!!!!!!!!! –
はい、ありますが、この冗談をもう一度使用することはできません。 – Andrie
私はすでに2度これを使っています。だからそれを取る! :) –