mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
added a helper function for default parsing
This commit is contained in:
parent
f18a181faf
commit
9ca7698200
2 changed files with 39 additions and 0 deletions
21
man/default_parsing.Rd
Normal file
21
man/default_parsing.Rd
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
% Generated by roxygen2: do not edit by hand
|
||||
% Please edit documentation in R/helpers.R
|
||||
\name{default_parsing}
|
||||
\alias{default_parsing}
|
||||
\title{Default data parsing}
|
||||
\usage{
|
||||
default_parsing(data)
|
||||
}
|
||||
\arguments{
|
||||
\item{data}{}
|
||||
}
|
||||
\value{
|
||||
data.frame or tibble
|
||||
}
|
||||
\description{
|
||||
Default data parsing
|
||||
}
|
||||
\examples{
|
||||
mtcars |> str()
|
||||
mtcars |> default_parsing() |> str()
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue