diff --git a/.Rproj.user/DFCA1C7C/sources/prop/421CC383 b/.Rproj.user/DFCA1C7C/sources/prop/421CC383 new file mode 100644 index 0000000..ec850d7 --- /dev/null +++ b/.Rproj.user/DFCA1C7C/sources/prop/421CC383 @@ -0,0 +1,5 @@ +{ + "tempName": "Untitled1", + "cursorPosition": "4,0", + "scrollLine": "0" +} \ No newline at end of file diff --git a/.Rproj.user/DFCA1C7C/sources/prop/INDEX b/.Rproj.user/DFCA1C7C/sources/prop/INDEX new file mode 100644 index 0000000..c9e0f8e --- /dev/null +++ b/.Rproj.user/DFCA1C7C/sources/prop/INDEX @@ -0,0 +1 @@ +D%3A%2FRProjects%2FHability_Taxon%2Fhability_taxon_data_prep.R="421CC383" diff --git a/.Rproj.user/DFCA1C7C/sources/s-9B96D931/4C1AF241 b/.Rproj.user/DFCA1C7C/sources/s-9B96D931/4C1AF241 new file mode 100644 index 0000000..487b8e0 --- /dev/null +++ b/.Rproj.user/DFCA1C7C/sources/s-9B96D931/4C1AF241 @@ -0,0 +1,25 @@ +{ + "id": "4C1AF241", + "path": "D:/RProjects/Hability_Taxon/hability_taxon_data_prep.R", + "project_path": "hability_taxon_data_prep.R", + "type": "r_source", + "hash": "1064857601", + "contents": "", + "dirty": false, + "created": 1599225997491.0, + "source_on_save": false, + "relative_order": 1, + "properties": { + "tempName": "Untitled1", + "cursorPosition": "4,0", + "scrollLine": "0" + }, + "folds": "", + "lastKnownWriteTime": 1599227495, + "encoding": "UTF-8", + "collab_server": "", + "source_window": "", + "last_content_update": 1599227495774, + "read_only": false, + "read_only_alternatives": [] +} \ No newline at end of file diff --git a/.Rproj.user/DFCA1C7C/sources/s-9B96D931/4C1AF241-contents b/.Rproj.user/DFCA1C7C/sources/s-9B96D931/4C1AF241-contents new file mode 100644 index 0000000..75a67f1 --- /dev/null +++ b/.Rproj.user/DFCA1C7C/sources/s-9B96D931/4C1AF241-contents @@ -0,0 +1,4 @@ +#Load the data: + +data <- read.csv("oxford_hgshsa_260820_modded.csv", sep = ";") + diff --git a/.Rproj.user/DFCA1C7C/sources/s-9B96D931/94E76FD1-contents b/.Rproj.user/DFCA1C7C/sources/s-9B96D931/94E76FD1-contents new file mode 100644 index 0000000..e69de29 diff --git a/.Rproj.user/DFCA1C7C/sources/s-9B96D931/F62F0AE5 b/.Rproj.user/DFCA1C7C/sources/s-9B96D931/F62F0AE5 new file mode 100644 index 0000000..8fb57bc --- /dev/null +++ b/.Rproj.user/DFCA1C7C/sources/s-9B96D931/F62F0AE5 @@ -0,0 +1,32 @@ +{ + "id": "F62F0AE5", + "path": null, + "project_path": null, + "type": "r_dataframe", + "hash": "0", + "contents": "", + "dirty": false, + "created": 1599226554226.0, + "source_on_save": false, + "relative_order": 2, + "properties": { + "expression": "data", + "caption": "data", + "totalObservations": "602", + "displayedObservations": "602", + "variables": "41", + "cacheKey": "25ACA7E1", + "object": "data", + "environment": "", + "contentUrl": "grid_resource/gridviewer.html?env=&obj=data&cache_key=25ACA7E1&max_cols=50", + "preview": "0" + }, + "folds": "", + "lastKnownWriteTime": 7598248918029331570, + "encoding": "", + "collab_server": "", + "source_window": "", + "last_content_update": 1599226554226, + "read_only": false, + "read_only_alternatives": [] +} \ No newline at end of file diff --git a/.Rproj.user/DFCA1C7C/sources/s-9B96D931/F62F0AE5-contents b/.Rproj.user/DFCA1C7C/sources/s-9B96D931/F62F0AE5-contents new file mode 100644 index 0000000..e69de29 diff --git a/.Rproj.user/DFCA1C7C/sources/s-9B96D931/lock_file b/.Rproj.user/DFCA1C7C/sources/s-9B96D931/lock_file new file mode 100644 index 0000000..e69de29 diff --git a/.Rproj.user/shared/notebooks/patch-chunk-names b/.Rproj.user/shared/notebooks/patch-chunk-names new file mode 100644 index 0000000..e69de29 diff --git a/.Rproj.user/shared/notebooks/paths b/.Rproj.user/shared/notebooks/paths new file mode 100644 index 0000000..0ec1f86 --- /dev/null +++ b/.Rproj.user/shared/notebooks/paths @@ -0,0 +1 @@ +D:/RProjects/Hability_Taxon/hability_taxon_data_prep.R="E79CAC72" diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..dfe0770 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Auto detect text files and perform LF normalization +* text=auto diff --git a/Hability_Taxon.Rproj b/Hability_Taxon.Rproj new file mode 100644 index 0000000..8e3c2eb --- /dev/null +++ b/Hability_Taxon.Rproj @@ -0,0 +1,13 @@ +Version: 1.0 + +RestoreWorkspace: Default +SaveWorkspace: Default +AlwaysSaveHistory: Default + +EnableCodeIndexing: Yes +UseSpacesForTab: Yes +NumSpacesForTab: 2 +Encoding: UTF-8 + +RnwWeave: Sweave +LaTeX: pdfLaTeX diff --git a/hability_taxon_data_prep.R b/hability_taxon_data_prep.R new file mode 100644 index 0000000..75a67f1 --- /dev/null +++ b/hability_taxon_data_prep.R @@ -0,0 +1,4 @@ +#Load the data: + +data <- read.csv("oxford_hgshsa_260820_modded.csv", sep = ";") +