Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

24 linhas
378B

  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/tidyr_helpers.R
  3. \name{get_quos_names}
  4. \alias{get_quos_names}
  5. \title{Gets the ... names}
  6. \usage{
  7. get_quos_names(...)
  8. }
  9. \arguments{
  10. \item{...}{arguments}
  11. }
  12. \value{
  13. a vector of the names of ...
  14. }
  15. \description{
  16. Used to get the -year
  17. }
  18. \examples{
  19. x <- 1:10
  20. y <- 1
  21. get_quos_names(-x)
  22. get_quos_names(x:y)
  23. }