mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2025-09-12 18:09:39 +02:00
updated docs
This commit is contained in:
parent
49695a5f41
commit
eb93f501ca
3 changed files with 8 additions and 9 deletions
|
@ -83,7 +83,7 @@ library(shiny)
|
||||||
# structure(match(splitter, names(labs)), levels = labs, class = "factor")
|
# structure(match(splitter, names(labs)), levels = labs, class = "factor")
|
||||||
# }
|
# }
|
||||||
|
|
||||||
#' Title
|
#' Extended cutting function
|
||||||
#'
|
#'
|
||||||
#' @param x an object inheriting from class "hms"
|
#' @param x an object inheriting from class "hms"
|
||||||
#' @param ... passed on
|
#' @param ... passed on
|
||||||
|
|
11
README.md
11
README.md
|
@ -11,9 +11,9 @@ This package is the backbone of the free and open browser based data exploration
|
||||||
|
|
||||||
This package and the ***freesearcheR***-tool is part of a large project to democratize health data analysis and removing barriers for clinicians to engage in health research.
|
This package and the ***freesearcheR***-tool is part of a large project to democratize health data analysis and removing barriers for clinicians to engage in health research.
|
||||||
|
|
||||||
As of 2024-12-19 the ***freesearcheR***-tool is online and accessible here: [link to shinyapps.io free hosting](https://agdamsbo.shinyapps.io/freesearcheR/). All feedback is welcome and can be shared as a GitHub issue.
|
the ***freesearcheR***-tool is online and accessible here: [link to the app freely hosted on shinyapps.io](https://agdamsbo.shinyapps.io/freesearcheR/). All feedback is welcome and can be shared as a GitHub issue.
|
||||||
|
|
||||||
Initiatives for to start funding to continue development of the tool and surrounding initiatives will start soon.
|
Initiatives for funding continued development of the tool and surrounding initiatives is ongoing.
|
||||||
|
|
||||||
## Roadmap
|
## Roadmap
|
||||||
|
|
||||||
|
@ -29,13 +29,13 @@ Initiatives for to start funding to continue development of the tool and surroun
|
||||||
|
|
||||||
- More detailed variable browser
|
- More detailed variable browser
|
||||||
|
|
||||||
- [ ] Add histograms for data distribution
|
- [x] Add histograms for data distribution. 2025-01-16
|
||||||
|
|
||||||
- [ ] Option to edit labels
|
- [x] Option to edit labels. 2025-01-16
|
||||||
|
|
||||||
- [ ] Plot regression analyses results
|
- [ ] Plot regression analyses results
|
||||||
|
|
||||||
- [ ] Export modified data
|
- [x] Export modified data. 2025-01-16
|
||||||
|
|
||||||
- [ ] Include reproducible code for all steps
|
- [ ] Include reproducible code for all steps
|
||||||
|
|
||||||
|
@ -58,7 +58,6 @@ data(mtcars)
|
||||||
shiny_freesearcheR()
|
shiny_freesearcheR()
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
## Code of Conduct
|
## Code of Conduct
|
||||||
|
|
||||||
Please note that the freesearcheR project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/1/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.
|
Please note that the freesearcheR project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/1/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
\alias{cut.POSIXt}
|
\alias{cut.POSIXt}
|
||||||
\alias{cut.POSIXct}
|
\alias{cut.POSIXct}
|
||||||
\alias{cut.Date}
|
\alias{cut.Date}
|
||||||
\title{Title}
|
\title{Extended cutting function}
|
||||||
\usage{
|
\usage{
|
||||||
\method{cut}{hms}(x, breaks, ...)
|
\method{cut}{hms}(x, breaks, ...)
|
||||||
|
|
||||||
|
@ -38,7 +38,7 @@
|
||||||
factor
|
factor
|
||||||
}
|
}
|
||||||
\description{
|
\description{
|
||||||
Title
|
Extended cutting function
|
||||||
}
|
}
|
||||||
\examples{
|
\examples{
|
||||||
readr::parse_time(c("01:00:20", "03:00:20", "01:20:20", "08:20:20", "21:20:20", "03:02:20")) |> cut(2)
|
readr::parse_time(c("01:00:20", "03:00:20", "01:20:20", "08:20:20", "21:20:20", "03:02:20")) |> cut(2)
|
||||||
|
|
Loading…
Add table
Reference in a new issue