Skip to content

Empty line when options(tidytlg.add_datetime = FALSE) #59

Description

@rmao6

Related to #56

library(tidytlg)
options(tidytlg.add_datetime = FALSE) 

df <- data.frame(
  label = c("boy", 'girl'),
  name = c("Bob", "Lily"),
  age = c(12, 15)
)

gentlg(
  huxme = df,
  print.hux = FALSE
)
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions