Skip to content

ismailmuller/ismisc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ismisc

The goal of ismisc is to provide me with the functions that I use frequently.

Installation

# install.packages("devtools")
# devtools::install_github("ismailmuller/ismisc")

Example

This is a basic example which shows you how to solve a common problem:

# require(ismisc)
# 
# split_file_into(iris, out_file = "iris_splitted.xlsx", split_by = "Species", into = "sheets")
# file.exists("iris_splitted.xlsx")

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages