Fix data_write()
for partially labelled characters
#637
Annotations
1 error and 8 warnings
|
R/data_write.R#L22
file=R/data_write.R,line=22,col=5,[keyword_quote_linter] Only quote named arguments to functions if necessary, i.e., if the name is not a valid R symbol (see ?make.names).
|
R/data_write.R#L23
file=R/data_write.R,line=23,col=5,[keyword_quote_linter] Only quote named arguments to functions if necessary, i.e., if the name is not a valid R symbol (see ?make.names).
|
R/data_write.R#L24
file=R/data_write.R,line=24,col=5,[keyword_quote_linter] Only quote named arguments to functions if necessary, i.e., if the name is not a valid R symbol (see ?make.names).
|
R/data_write.R#L25
file=R/data_write.R,line=25,col=5,[keyword_quote_linter] Only quote named arguments to functions if necessary, i.e., if the name is not a valid R symbol (see ?make.names).
|
R/data_write.R#L26
file=R/data_write.R,line=26,col=5,[keyword_quote_linter] Only quote named arguments to functions if necessary, i.e., if the name is not a valid R symbol (see ?make.names).
|
R/data_write.R#L27
file=R/data_write.R,line=27,col=5,[keyword_quote_linter] Only quote named arguments to functions if necessary, i.e., if the name is not a valid R symbol (see ?make.names).
|
R/data_write.R#L28
file=R/data_write.R,line=28,col=5,[keyword_quote_linter] Only quote named arguments to functions if necessary, i.e., if the name is not a valid R symbol (see ?make.names).
|
R/data_write.R#L247
file=R/data_write.R,line=247,col=13,[if_not_else_linter] In a simple if/else statement, prefer `if (A) x else y` to the less-readable `if (!A) y else x`.
|
The logs for this run have expired and are no longer available.
Loading