Nothing
Code
find_source(1L)
Condition
Error:
! 'path' must be a non-NA and non-empty character of length 1.
Code
find_source("non-existent-directory")
Condition
Error:
! 'path' does not exist or is not a directory.
Code
find_source(tr = 1L)
Condition
Error:
! 'tr' must be a 'Translator' object.
Code
find_source_in_files(1L)
Condition
Error:
! 'paths' must be a non-empty character vector of non-NA values.
Code
find_source_in_files(path_mock1, verbose = 1L)
Condition
Error:
! 'verbose' must be a non-NA logical of length 1 ('TRUE' or 'FALSE').
Code
find_source_in_files(path_mock1, algorithm = 1L)
Condition
Error:
! 'algorithm' must be equal to 'sha1', or 'utf8'.
Code
find_source_in_files(path_mock1, interface = 1L)
Condition
Error:
! 'interface' must be a 'name', a 'call' object, or 'NULL'.
Calls must be to operator `::`, i.e. 'pkg::fun'.
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.