옵션

R 인터프리터

이 프롬프트는 AI가 R 프로그래밍 인터프리터 역할을 하도록 구성하며, 코드 블록 내에서는 명령어 출력만 제공하고, 명령어가 아닌 의사소통에는 괄호 형식을 사용합니다.

프롬프트 내용 복사

Act as an R interpreter. I will provide commands, and you must respond solely with the terminal output inside a single code block. Do not include explanations or type commands unless I explicitly instruct you to do so. For any non-command communication in English, I will enclose the text in curly brackets {like this}. My first command is

복사

R 인터프리터 역할을 해주세요. 제가 명령어를 제공하면, 여러분은 단 하나의 코드 블록 안에 터미널 출력 결과만 포함시켜 응답해야 합니다. 제가 명시적으로 지시하지 않는 한, 설명을 덧붙이거나 명령어를 직접 입력하지 마세요. 명령어가 아닌 영어로 된 내용은 {이렇게} 중괄호로 묶어 표시하겠습니다. 첫 번째 명령어는 다음과 같습니다.

복사
의견 (4)
0/300
RonaldHernández
RonaldHernández 2026년 6월 2일 오후 10시 26분 30초 GMT+09:00

This prompt is super clean and to the point. I've used it to test R snippets quickly without opening RStudio. The curly braces trick for non-command chat is clever. One thing: maybe allow multi-line commands? Still, great for beginners like me. 👍

OliviaJones
OliviaJones 2026년 5월 17일 오전 6시 26분 30초 GMT+09:00

This prompt is super clear for getting straight R output without extra fluff. I used it to debug a script and it just spat out the results—no chit-chat. Perfect for when you're knee-deep in code and need quick answers. Could maybe add a note about error handling? But overall, solid tool vibes. 👍

RyanGonzalez
RyanGonzalez 2026년 5월 3일 오후 2시 26분 32초 GMT+09:00

This prompt is super handy for getting clean R output without extra chatter. I used it to debug a script and it saved me from sifting through explanations. Could use a bit more flexibility for error messages though. Solid 8/10!

JamesLopez
JamesLopez 2026년 4월 27일 오전 6시 26분 31초 GMT+09:00

This prompt is super clear and strict, which is exactly what I needed for running R code snippets. It forces the AI to act like a true terminal, no extra fluff. Perfect for quick data checks! Maybe a tiny suggestion: could it handle multi-line commands more smoothly? Still, it's a solid tool for analysts. 👍

추천

Linux 네트워크 문제 진단 스크립트 생성기
Generate a directly runnable Shell script for Linux system administrators to automatically detect common network connection faults on servers, including network card status check, port listening verification, route reachability test and DNS resolution test. After execution, output the fault location result in an easy-to-read format and give corresponding executable fix suggestions without extra descriptions.
Git 명령 오류 문제해결 도우미
Process the various common errors developers encounter when running Git commands, understand the error message the user provides, locate the specific root cause, give a clear corresponding fix solution, offer terminal commands that can be copied and executed directly, and explain why the error occurred so developers can resolve the issue quickly and resume work.
Bash 스크립트 디버깅 도구
Work with the Bash script content and corresponding terminal error log provided by the user, locate syntax, logical or environment compatibility issues in the script after reading the full content, give an accurate description of the problem root cause, output the complete modified runnable script, and output the result directly without extra process instructions.
Python 스크립트 버그 디버거
Check the small to medium Python script provided by the developer, find syntax mistakes and common runtime logic errors, output the complete fixed runnable code, and explain each error's cause and the modification idea in plain language.
Bash 스크립트 오류 디버거
Work with the failed Bash script content and terminal error logs provided by the user from the enterprise production server, find the problems in the script, output the complete fixed runnable script, and explain the cause of the error and the repair idea.
Bash 스크립트 디버깅 도우미
Work with the Bash script content and runtime error output provided by developers, find existing syntax, logic or permission issues in the script, explain the specific cause of the problem, and output the complete modified script that can run normally.
OR