mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-21 05:19:07 +02:00
plots new accept pri, sec and ter arguments instead of x,y,z to avoid confusion. tests, tests, tests
This commit is contained in:
parent
e463fa0670
commit
652a8ca1b7
28 changed files with 3275 additions and 179 deletions
|
|
@ -2,7 +2,7 @@
|
|||
% Please edit documentation in R/helpers.R
|
||||
\name{remove_nested_list}
|
||||
\alias{remove_nested_list}
|
||||
\title{Very simple function to remove nested lists, lik ewhen uploading .rds}
|
||||
\title{Very simple function to remove nested lists, like when uploading .rds}
|
||||
\usage{
|
||||
remove_nested_list(data)
|
||||
}
|
||||
|
|
@ -13,7 +13,7 @@ remove_nested_list(data)
|
|||
data.frame
|
||||
}
|
||||
\description{
|
||||
Very simple function to remove nested lists, lik ewhen uploading .rds
|
||||
Very simple function to remove nested lists, like when uploading .rds
|
||||
}
|
||||
\examples{
|
||||
dplyr::tibble(a = 1:10, b = rep(list("a"), 10)) |> remove_nested_list()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue