Skip to content
Snippets Groups Projects
Commit 1380ee0c authored by Falko Frenzel's avatar Falko Frenzel
Browse files

update

parent 1f721964
No related branches found
No related tags found
No related merge requests found
#' Example Distribution
#'
#' @description
#' This is an example distribution file which was used
#' at the BfR.
#'
......@@ -7,7 +8,18 @@
#'
#' @usage data(example_distribution)
#'
#' @section
#' If there is any need to export the data as a template for your own data, type this:
#'
#' @examples
#' library(tidyverse)
#' NanoPASS::example_distribution %>%
#' write.csv2(file = paste(getwd(), "example_distribution.csv", sep = "/"))
#'
#' @section This will export the data into your current workingdirectory, where it should be easy to find.
#'
#' @format A table like data format with columns 'Diffusion Coefficient' and 'example distribution'.
#'
#' @keywords datasets
#'
"example_distribution"
\ No newline at end of file
This diff is collapsed.
......@@ -11,5 +11,19 @@ data(example_distribution)
\description{
This is an example distribution file which was used
at the BfR.
}
\section{If there is any need to export the data as a template for your own data, type this}{
}
\section{This will export the data into your current workingdirectory, where it should be easy to find.}{
NA
}
\examples{
library(tidyverse)
NanoPASS::example_distribution \%>\%
write.csv2(file = paste(getwd(), "example_distribution.csv", sep = "/"))
}
\keyword{datasets}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment