write_Coo: Write to a single or separate mod file a whole Coo Momocs'...

Description Usage Arguments See Also Examples

Description

Write to a single or separate mod file a whole Coo Momocs' object

Usage

1
write_Coo(x, file, separate = FALSE, force = FALSE)

Arguments

x

any Coo object from Momocs

file

character the name of the file(s) to be created

separate

logical whether to create separate mod files

force

logical whether to replace files

See Also

Other write: write_Coo1, write

Examples

1
2
3
4
5
6
7
8
## Not run: 
library(Momocs)
bot %>%
   slice(c(1:5, 21:25)) %>% coo_sample(12) %>%
   mutate(size=coo_centsize(.)) %>%
   write_Coo("bot_lite")

## End(Not run)

vbonhomme/Modown documentation built on May 23, 2019, 3:07 p.m.