-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Refactor test_longer_wider to be easier to extend. * Modify refactor further to combine matching and argument order test into a single function for each. * Add separate_* functions to longer_wider and new tests. * Generate docs for new funcs * Update news
- Loading branch information
Showing
7 changed files
with
156 additions
and
112 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
\name{separate_wider_delim} | ||
\alias{separate_wider_delim} | ||
\title{Wrapper around tidyr::separate_wider_delim | ||
that prints information about the operation} | ||
\usage{ | ||
separate_wider_delim(data, ...) | ||
} | ||
\arguments{ | ||
\item{data}{see \link[tidyr:separate_wider_delim]{separate_wider_delim}} | ||
|
||
\item{...}{see \link[tidyr:separate_wider_delim]{separate_wider_delim}} | ||
} | ||
\value{ | ||
see \link[tidyr:separate_wider_delim]{separate_wider_delim} | ||
} | ||
\description{ | ||
Wrapper around tidyr::separate_wider_delim | ||
that prints information about the operation | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
\name{separate_wider_position} | ||
\alias{separate_wider_position} | ||
\title{Wrapper around tidyr::separate_wider_position | ||
that prints information about the operation} | ||
\usage{ | ||
separate_wider_position(data, ...) | ||
} | ||
\arguments{ | ||
\item{data}{see \link[tidyr:separate_wider_delim]{separate_wider_position}} | ||
|
||
\item{...}{see \link[tidyr:separate_wider_delim]{separate_wider_position}} | ||
} | ||
\value{ | ||
see \link[tidyr:separate_wider_delim]{separate_wider_position} | ||
} | ||
\description{ | ||
Wrapper around tidyr::separate_wider_position | ||
that prints information about the operation | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
\name{separate_wider_regex} | ||
\alias{separate_wider_regex} | ||
\title{Wrapper around tidyr::separate_wider_regex | ||
that prints information about the operation} | ||
\usage{ | ||
separate_wider_regex(data, ...) | ||
} | ||
\arguments{ | ||
\item{data}{see \link[tidyr:separate_wider_delim]{separate_wider_regex}} | ||
|
||
\item{...}{see \link[tidyr:separate_wider_delim]{separate_wider_regex}} | ||
} | ||
\value{ | ||
see \link[tidyr:separate_wider_delim]{separate_wider_regex} | ||
} | ||
\description{ | ||
Wrapper around tidyr::separate_wider_regex | ||
that prints information about the operation | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters