Skip to content

oyzeyno/mysterycoffee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mysterycoffee

The goal of mysterycoffee is to make couples from a group of people names with some additional information (e.g. meeting time, couple initials)

Installation

You can install the development version of mysterycoffee like so (with vignettes):

devtools::install_github("oyzeyno/mysterycoffee", build_vignettes=TRUE)

Example

This is a basic example which shows you how to use mysterycoffee functions:

library(mysterycoffee)

## Get couples from a vector of names
couples <- make_groups(starwars_coffee_people)

## Get couples with meeting time
couples <- make_groups_by_time(starwars_coffee_people)

## Get initials of a name
return_initials(starwars_coffee_people[1])

## Get initials of a couple
make_couple_initials(starwars_coffee_people[1], starwars_coffee_people[2])
## 

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published