quote


→parse →expression

関数呼び出しオブジェクトを得る

x <- quote(sqrt(2 + 7)) # quote()の引数の表現式は評価されず、callオブジェクトを作る