当前位置:网站首页>2.2.3 output of documents
2.2.3 output of documents
2022-07-05 21:29:00 【A primary school student on the statistics Road】
First, the simplest print() Output and cat() Direct splicing output result is very simple , Just give me a chestnut :
Next we will explain how to output content to a file
function :cat()
The grammar format is :cat(‘ The contents of the document ’,‘ Output address ’,append=TRUE)
among append=TRUE Means to add this content to the original document , If not filled or append=FALSE It means to overwrite the contents of the original file .
function :sink()
The syntax format of this function is :sink(" Output address ", split=TRUE,append=TRUE)
among split=TRUE Indicates that the output result is still displayed on the console , Otherwise, the output results will not be displayed on the console .
边栏推荐
- int GetMonth( ) const throw( );后面的throw( )什么意思?
- Parker driver maintenance COMPAX controller maintenance cpx0200h
- Zhang Lijun: penetrating uncertainty depends on four "invariants"
- Parker驱动器维修COMPAX控制器维修CPX0200H
- Enclosed please find. Net Maui's latest learning resources
- Sequence alignment
- PVC 塑料片BS 476-6 火焰传播性能测定
- 字典树简单入门题(居然是蓝题?)
- How to prepare for the algorithm interview and answer the algorithm interview questions
- PVC plastic sheets BS 476-6 determination of flame propagation properties
猜你喜欢
随机推荐
事项研发工作流全面优化|Erda 2.2 版本如“七”而至
Comparison table of foreign lead American abbreviations
100 cases of shell programming
Li Kou ----- the maximum profit of operating Ferris wheel
Is Kai Niu 2980 useful? Is it safe to open an account
GCC9.5离线安装
Introduction to TS, constructor and its this, inheritance, abstract class and interface
Generics of TS
WPF gets the control in the datagridtemplatecolumn of the specified row and column in the DataGrid
Why can't Chinese software companies produce products? Abandon the Internet after 00; Open source high-performance API gateway component of station B | weekly email exclusive to VIP members of Menon w
[daily training -- Tencent select 50] 89 Gray code (only after seeing the solution of the problem)
ODPs next map / reduce preparation
Learning robots have no way to start? Let me show you the current hot research directions of robots
123456
Deep merge object deep copy of vant source code parsing
int GetMonth( ) const throw( );后面的throw( )什么意思?
Display DIN 4102-1 Class B1 fire test requirements
leetcode:1139. The largest square bounded by 1
Reading and writing operations of easyexcel
MySQL deep paging optimization with tens of millions of data, and online failure is rejected!









