Skip to content

ecor/stringplus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stringplus

Installation:

  remotes::install_githun("ecor/stringplus")

Usage:


     library(stringplus)
     
     subject <- "Susan"
     verb <- "is eating"
     object <- "an apple"
     
     out <- subject+" "+verb+" "+object
     
     dir <- "~/mydrir/"
     files <- c("myfile.txt","readme.txt")
     
     out <- dir+files


About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages