-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
If filename
is specified with an extension then imagetype
parameter should be inferred automatically.
Two solutions:
- Leaving both arguments in I propose that we:
a. First look for extension infilename
b. If no extension then find extension fromimagetype
- Deprecate
imagetype
argument and only access filetype via extension given infilename
Current we can create a tiff
file with a pdf
extension without any kind of warning:
venn.diagram(
x = list(A = 1:150, B = 121:170),
filename = 'test.pdf',
imagetype = 'tiff',
disable.logging = TRUE
)
Metadata
Metadata
Assignees
Labels
No labels