From ff9c821c0235c3a2fa8aff0e7b4db1828b547403 Mon Sep 17 00:00:00 2001 From: atusy <30277794+atusy@users.noreply.github.com> Date: Sat, 17 Nov 2018 15:00:56 +0900 Subject: [PATCH] support ?utils::help --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3f44251..afee9fc 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ Following codes provide same results to print help and source of `help`. ``` r ?help +?utils::help felp(help) felp("help") felp(utils::help)