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{ \examples{
library(dplyr) library(dplyr)
system.file("extdata/img", package="filemagic") \%>\% system.file("extdata/img", package="wand") \%>\%
list.files(full.names=TRUE) \%>\% list.files(full.names=TRUE) \%>\%
incant() \%>\% incant() \%>\%
glimpse() glimpse()

2
man/magic_wand_file.Rd

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

Loading…
Cancel
Save