mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
new version and formatted code
This commit is contained in:
parent
7fdbd1f90e
commit
a7d8fd4b36
27 changed files with 3736 additions and 3189 deletions
|
|
@ -18,9 +18,10 @@ data.frame
|
|||
This function may act to guard a hosted app against very large data sets in
|
||||
addition to the file size limitations.
|
||||
The function will limit the data set by dropping rows.
|
||||
If limit is set to 0 or NULL, the original data set is returned.
|
||||
}
|
||||
\examples{
|
||||
prod(dim(mtcars))
|
||||
limit_data_size(mtcars)
|
||||
limit_data_size(mtcars,2)
|
||||
limit_data_size(mtcars,100)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue