An error occurred while loading the file. Please try again.
-
Dorchies David authored
Refs #3
ddc10c08
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/fdt_valid.R
\name{fdt_valid}
\alias{fdt_valid}
\title{Monthly time sheet validation}
\usage{
fdt_valid(session, date_validation)
}
\arguments{
\item{session}{a \link[rvest:session]{rvest::session} provided by \link{login} or \link{jump_to_mon_calendrier} functions}
\item{date_validation}{a \link{character} representing a date during the month to validate in format "\%Y-\%m-\%d"}
}
\value{
the return of the \link[httr:POST]{httr::POST} function
}
\description{
Returns an error if the time sheet is not ready for validation.
}
\examples{
\dontrun{
library(hatata)
session <- login("pnom", "my_password")
fdt_valid(session, "15/04/2021")
}
}