Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
importFrom使用中に呼び出しをフォーマットする方法は何roxygen2ですか?
importFrom
roxygen2
私は2つのアプローチを見ることができます:
importFrom base %in%
また
importFrom base `%in%`
明らかに、基本関数をパッケージにインポートしませんが、これはデモ用です。
ここでテストしたところ、次のようです。
適切です