diff --git a/man/TWIT_paginate_max_id.Rd b/man/TWIT_paginate_max_id.Rd index c67f4ebc..5b364009 100644 --- a/man/TWIT_paginate_max_id.Rd +++ b/man/TWIT_paginate_max_id.Rd @@ -104,9 +104,6 @@ continue pagination from where it left off.} \value{ A list with the json output of the API. } -\value{ -A list with the json output of the API. -} \description{ \ifelse{html}{\href{https://lifecycle.r-lib.org/articles/stages.html#experimental}{\figure{lifecycle-experimental.svg}{options: alt='[Experimental]'}}}{\strong{[Experimental]}} These are internal functions used for pagination inside of rtweet. diff --git a/man/auth_clean.Rd b/man/auth_clean.Rd index 881af04c..18db13d4 100644 --- a/man/auth_clean.Rd +++ b/man/auth_clean.Rd @@ -14,6 +14,7 @@ auth_clean(old = TRUE, new = FALSE) \value{ An invisible logical value showing the success of the operation. If no tokens need to be deleted it will return FALSE too. +\code{NULL} if there is nothing to do. } \description{ If there is a file with saved tokens it will delete it. @@ -23,5 +24,5 @@ This functions helps to comply with CRAN policy to remove files created by the package. } \examples{ -auth_clean() +auth_clean(FALSE, FALSE) }