Browse Source

forgot to re-build Rd files after the previous documentation fix

master
boB Rudis 8 years ago
parent
commit
c676c7a810
No known key found for this signature in database GPG Key ID: 1D7529BE14E2BBA9
  1. 2
      man/incant.Rd
  2. 2
      man/magic_wand_file.Rd

2
man/incant.Rd

@ -30,7 +30,7 @@ Various fields might not be available depending on the version
\examples{
library(dplyr)
system.file("extdata/img", package="filemagic") \%>\%
system.file("extdata/img", package="wand") \%>\%
list.files(full.names=TRUE) \%>\%
incant() \%>\%
glimpse()

2
man/magic_wand_file.Rd

@ -28,7 +28,7 @@ cache directory has been cleared.
\examples{
library(dplyr)
system.file("extdata/img", package="filemagic") \%>\%
system.file("extdata/img", package="wand") \%>\%
list.files(full.names=TRUE) \%>\%
incant(magic_wand_file()) \%>\%
glimpse()

Loading…
Cancel
Save