我正在编写一个R函数,该函数将建立带有子目录等的存储库,并希望它创建模板README.md markdown文件。
R函数如何在当前工作目录中生成README.md文件?
这里是我所想的一个样机,但是虚构函数this.moviesService.addReview(author, description).subscribe(success => {
this.flashMessages.show('You are data we succesfully submitted', { cssClass: 'alert-success', timeout: 3000 });
this.route.navigate(['/movie']);
}, error => {
this.flashMessages.show('Something went wrong', { cssClass: 'alert-danger', timeout: 3000 });
this.route.navigate(['/movie']);
});
只是一厢情愿的伪代码。
write_md()