Browse Source

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

tags/v0.3.0
boB Rudis 8 years ago
parent
commit
b6b7b24023
  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