indentspaces.r

来自「距离变换的实现方案及代码」· R 代码 · 共 15 行

R
15
字号
### Name: indentSpaces
### Title: Spaces for indented output.
### Aliases: indentSpaces
### Keywords: print

### ** Examples

spaces = indentSpaces(0);
print(paste(spaces, "This output is not indented..."));
spaces = indentSpaces(1);
print(paste(spaces, "...while this one is."))



⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?